Merge pull request #5836 from ligfx/patch-1

LogManager: remove stand-alone semicolon
This commit is contained in:
Leo Lam
2017-07-28 12:20:02 +08:00
committed by GitHub

View File

@ -130,7 +130,6 @@ LogManager::LogManager()
// Set up log listeners
int verbosity = Config::Get(LOGGER_VERBOSITY);
;
// Ensure the verbosity level is valid
if (verbosity < 1)