summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/service/apt/apt.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/core/hle/service/apt/apt.cpp b/src/core/hle/service/apt/apt.cpp
index c2daf8f26..a8ddceb8c 100644
--- a/src/core/hle/service/apt/apt.cpp
+++ b/src/core/hle/service/apt/apt.cpp
@@ -279,9 +279,8 @@ void CancelParameter(Service::Interface* self) {
279 rb.Push(RESULT_SUCCESS); // No error 279 rb.Push(RESULT_SUCCESS); // No error
280 rb.Push(true); // Set to Success 280 rb.Push(true); // Set to Success
281 281
282 LOG_WARNING(Service_APT, 282 LOG_WARNING(Service_APT, "(STUBBED) called check_sender=0x%08X, sender_appid=0x%08X, "
283 "(STUBBED) called check_sender=0x%08X, sender_appid=0x%08X, " 283 "check_receiver=0x%08X, receiver_appid=0x%08X",
284 "check_receiver=0x%08X, receiver_appid=0x%08X",
285 check_sender, sender_appid, check_receiver, receiver_appid); 284 check_sender, sender_appid, check_receiver, receiver_appid);
286} 285}
287 286