mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-03 14:23:04 +00:00
Convert old logging calls to new logging macros
This commit is contained in:
@@ -163,7 +163,7 @@ static void GetIPCHandles(Service::Interface* self) {
|
||||
cmd_buff[7] = event_gyroscope;
|
||||
cmd_buff[8] = event_debug_pad;
|
||||
|
||||
DEBUG_LOG(KERNEL, "called");
|
||||
LOG_TRACE(Service_HID, "called");
|
||||
}
|
||||
|
||||
const Interface::FunctionInfo FunctionTable[] = {
|
||||
|
||||
Reference in New Issue
Block a user