Fixed inverted id and msg of debug messages from symboldatabase

This commit is contained in:
PKEuS 2012-08-12 02:11:54 -07:00
parent 2ab33ef21b
commit 4f68923add
1 changed files with 1 additions and 1 deletions

View File

@ -1262,8 +1262,8 @@ void SymbolDatabase::debugMessage(const Token *tok, const std::string &msg) cons
const std::list<const Token*> locationList(1, tok);
const ErrorLogger::ErrorMessage errmsg(locationList, &_tokenizer->list,
Severity::debug,
msg,
"debug",
msg,
false);
if (_errorLogger)
_errorLogger->reportErr(errmsg);