Logger: Cosmetics

This commit is contained in:
Birunthan Mohanathas
2013-06-13 17:22:42 +03:00
parent 04090b232a
commit bcbfc4d4db
7 changed files with 24 additions and 22 deletions

View File

@ -916,7 +916,7 @@ void CommandHandler::DoLogBang(std::vector<std::wstring>& args, MeterWindow* ski
}
}
Logger::GetInstance().Log(level, args[0].c_str());
GetLogger().Log(level, args[0].c_str());
}
}