Adjust cellMic log levels
This commit is contained in:
@@ -46,7 +46,7 @@ void mic_thread::on_task()
|
|||||||
|
|
||||||
s32 cellMicInit()
|
s32 cellMicInit()
|
||||||
{
|
{
|
||||||
cellMic.trace("cellMicInit()");
|
cellMic.notice("cellMicInit()");
|
||||||
const auto micThread = fxm::make<mic_thread>();
|
const auto micThread = fxm::make<mic_thread>();
|
||||||
micInited = true;
|
micInited = true;
|
||||||
if (!micThread)
|
if (!micThread)
|
||||||
@@ -57,7 +57,7 @@ s32 cellMicInit()
|
|||||||
|
|
||||||
s32 cellMicEnd()
|
s32 cellMicEnd()
|
||||||
{
|
{
|
||||||
cellMic.trace("cellMicEnd()");
|
cellMic.notice("cellMicEnd()");
|
||||||
micInited = false;
|
micInited = false;
|
||||||
const auto micThread = fxm::withdraw<mic_thread>();
|
const auto micThread = fxm::withdraw<mic_thread>();
|
||||||
if (!micThread)
|
if (!micThread)
|
||||||
|
|||||||
Reference in New Issue
Block a user