Tweaked debug messages of controller when changing debug level.
This commit is contained in:
parent
17d90f05a9
commit
4f217771f0
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ namespace Controller {
|
||||||
if (out.isMember("debug")){
|
if (out.isMember("debug")){
|
||||||
if (Util::Config::printDebugLevel != out["debug"].asInt()){
|
if (Util::Config::printDebugLevel != out["debug"].asInt()){
|
||||||
Util::Config::printDebugLevel = out["debug"].asInt();
|
Util::Config::printDebugLevel = out["debug"].asInt();
|
||||||
DEBUG_MSG(Util::Config::printDebugLevel, "Debug level set to %u", Util::Config::printDebugLevel);
|
INFO_MSG("Debug level set to %u", Util::Config::printDebugLevel);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue