mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-12 08:48:32 -05:00
Convert old logging calls to new logging macros
This commit is contained in:
@ -106,13 +106,13 @@ void Init() {
|
||||
g_manager->AddService(new SOC_U::Interface);
|
||||
g_manager->AddService(new SSL_C::Interface);
|
||||
|
||||
NOTICE_LOG(HLE, "initialized OK");
|
||||
LOG_DEBUG(Service, "initialized OK");
|
||||
}
|
||||
|
||||
/// Shutdown ServiceManager
|
||||
void Shutdown() {
|
||||
delete g_manager;
|
||||
NOTICE_LOG(HLE, "shutdown OK");
|
||||
LOG_DEBUG(Service, "shutdown OK");
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user