mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Logger: Cosmetics
This commit is contained in:
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user