summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIma Mechanique <ima.mechanique@secondlife.com>2014-01-14 18:27:15 +0000
committerIma Mechanique <ima.mechanique@secondlife.com>2014-01-14 18:27:15 +0000
commit11beaee5667a35196a481e6e2543123c63843821 (patch)
treecbd585ed8f395333ee4770034e61a2bb11f26964
parent8df2007187236d1b77ccec916fc63f0481cf599c (diff)
Fixing LL_INFOS out put for group colour that previous commit broke.
-rwxr-xr-xindra/llui/llkeywords.cpp2
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())
{