hle/kernel: Migrate logging macros
This commit is contained in:
@ -135,7 +135,7 @@ ResultCode AddressArbiter::ArbitrateAddress(SharedPtr<Thread> thread, Arbitratio
|
||||
}
|
||||
|
||||
default:
|
||||
LOG_ERROR(Kernel, "unknown type=%d", static_cast<u32>(type));
|
||||
NGLOG_ERROR(Kernel, "unknown type={}", static_cast<u32>(type));
|
||||
return ERR_INVALID_ENUM_VALUE_FND;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user