aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/hid_user.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/hid_user.cpp')
-rw-r--r--src/core/hle/service/hid_user.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/hid_user.cpp b/src/core/hle/service/hid_user.cpp
index 2abaf0f2..5772199d 100644
--- a/src/core/hle/service/hid_user.cpp
+++ b/src/core/hle/service/hid_user.cpp
@@ -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[] = {