diff options
author | Ima Mechanique <ima.mechanique@secondlife.com> | 2014-01-14 18:27:15 +0000 |
---|---|---|
committer | Ima Mechanique <ima.mechanique@secondlife.com> | 2014-01-14 18:27:15 +0000 |
commit | 11beaee5667a35196a481e6e2543123c63843821 (patch) | |
tree | cbd585ed8f395333ee4770034e61a2bb11f26964 /indra/llui | |
parent | 8df2007187236d1b77ccec916fc63f0481cf599c (diff) |
Fixing LL_INFOS out put for group colour that previous commit broke.
Diffstat (limited to 'indra/llui')
-rwxr-xr-x | indra/llui/llkeywords.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llkeywords.cpp b/indra/llui/llkeywords.cpp index fe91c74fa0..0395334b6e 100755 --- a/indra/llui/llkeywords.cpp +++ b/indra/llui/llkeywords.cpp @@ -317,7 +317,7 @@ void LLKeywords::processTokensGroup(LLSD& Tokens, const std::string Group) } ColorGroup = getColorGroup(Group); - LL_INFOS("Tokens") << "Group: '" << Group << "', using colour: '" << Color << "'" << LL_ENDL; + LL_INFOS("Tokens") << "Group: '" << Group << "', using colour: '" << ColorGroup << "'" << LL_ENDL; if (Tokens.isMap()) { |