diff --git a/rpcs3/Emu/Cell/Modules/cellMic.cpp b/rpcs3/Emu/Cell/Modules/cellMic.cpp index 07a669e25f..ee07c9d343 100644 --- a/rpcs3/Emu/Cell/Modules/cellMic.cpp +++ b/rpcs3/Emu/Cell/Modules/cellMic.cpp @@ -46,7 +46,7 @@ void mic_thread::on_task() s32 cellMicInit() { - cellMic.trace("cellMicInit()"); + cellMic.notice("cellMicInit()"); const auto micThread = fxm::make(); micInited = true; if (!micThread) @@ -57,7 +57,7 @@ s32 cellMicInit() s32 cellMicEnd() { - cellMic.trace("cellMicEnd()"); + cellMic.notice("cellMicEnd()"); micInited = false; const auto micThread = fxm::withdraw(); if (!micThread)