diff options
| author | Cinder <cinder.roxley@phoenixviewer.com> | 2014-06-08 17:51:31 -0600 | 
|---|---|---|
| committer | Cinder <cinder.roxley@phoenixviewer.com> | 2014-06-08 17:51:31 -0600 | 
| commit | 6a6508f0fdcf5964018289315d7b6e6a62696a7e (patch) | |
| tree | e760b11506dfeacaf5b85e02dea4a9158c48c59d | |
| parent | a9a117388681529cd3e532de698acb05f73abda6 (diff) | |
Use a common SyntaxLSL broad tag to make debugging easier
| -rwxr-xr-x | indra/llui/llkeywords.cpp | 4 | 
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;  	}  } | 
