summaryrefslogtreecommitdiffstats
path: root/src/core/hle/svc.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/hle/svc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/svc.cpp b/src/core/hle/svc.cpp
index 3b49686d7..4323c1a29 100644
--- a/src/core/hle/svc.cpp
+++ b/src/core/hle/svc.cpp
@@ -221,8 +221,8 @@ static void SleepThread(s64 nanoseconds) {
}
/// Signal process wide key
-static ResultCode SignalProcessWideKey(VAddr address, u32 target) {
- LOG_TRACE(Kernel_SVC, "called, address=0x%llx, target=0x%08x", address, target);
+static ResultCode SignalProcessWideKey(VAddr addr, u32 target) {
+ LOG_WARNING(Kernel_SVC, "(STUBBED) called, address=0x%llx, target=0x%08x", addr, target);
return RESULT_SUCCESS;
}