summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorCinder <cinder.roxley@phoenixviewer.com>2014-06-08 17:51:31 -0600
committerCinder <cinder.roxley@phoenixviewer.com>2014-06-08 17:51:31 -0600
commit6a6508f0fdcf5964018289315d7b6e6a62696a7e (patch)
treee760b11506dfeacaf5b85e02dea4a9158c48c59d /indra/llui
parenta9a117388681529cd3e532de698acb05f73abda6 (diff)
Use a common SyntaxLSL broad tag to make debugging easier
Diffstat (limited to 'indra/llui')
-rwxr-xr-xindra/llui/llkeywords.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llui/llkeywords.cpp b/indra/llui/llkeywords.cpp
index fe050d6107..95bdfa6fb3 100755
--- a/indra/llui/llkeywords.cpp
+++ b/indra/llui/llkeywords.cpp
@@ -290,7 +290,7 @@ void LLKeywords::processTokensGroup(const LLSD& tokens, const std::string& group
}
color_group = getColorGroup(group);
- LL_INFOS("Tokens") << "Group: '" << group << "', using color: '" << color_group << "'" << LL_ENDL;
+ LL_INFOS("SyntaxLSL") << "Group: '" << group << "', using color: '" << color_group << "'" << LL_ENDL;
if (tokens.isMap())
{
@@ -373,7 +373,7 @@ void LLKeywords::processTokensGroup(const LLSD& tokens, const std::string& group
}
else
{
- LL_WARNS("Tokens") << "Invalid map/array passed: '" << tokens << "'" << LL_ENDL;
+ LL_WARNS("SyntaxLSL") << "Invalid map/array passed: '" << tokens << "'" << LL_ENDL;
}
}