Skip to content
Snippets Groups Projects
Commit 6a6508f0 authored by Cinder's avatar Cinder
Browse files

Use a common SyntaxLSL broad tag to make debugging easier

parent a9a11738
No related branches found
No related tags found
No related merge requests found
...@@ -290,7 +290,7 @@ void LLKeywords::processTokensGroup(const LLSD& tokens, const std::string& group ...@@ -290,7 +290,7 @@ void LLKeywords::processTokensGroup(const LLSD& tokens, const std::string& group
} }
color_group = getColorGroup(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()) if (tokens.isMap())
{ {
...@@ -373,7 +373,7 @@ void LLKeywords::processTokensGroup(const LLSD& tokens, const std::string& group ...@@ -373,7 +373,7 @@ void LLKeywords::processTokensGroup(const LLSD& tokens, const std::string& group
} }
else else
{ {
LL_WARNS("Tokens") << "Invalid map/array passed: '" << tokens << "'" << LL_ENDL; LL_WARNS("SyntaxLSL") << "Invalid map/array passed: '" << tokens << "'" << LL_ENDL;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment