Make unbuffered log verbosity aware
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ void LogPolicy::SetLevel(std::string const &level)
|
||||
else if (boost::iequals(level, "DEBUG"))
|
||||
m_level = logDEBUG;
|
||||
else
|
||||
;
|
||||
m_level = logINFO;
|
||||
}
|
||||
|
||||
LogPolicy &LogPolicy::GetInstance()
|
||||
|
||||
Reference in New Issue
Block a user