aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/ac_u.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/ac_u.cpp')
-rw-r--r--src/core/hle/service/ac_u.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/ac_u.cpp b/src/core/hle/service/ac_u.cpp
index 46aee40d..4130feb9 100644
--- a/src/core/hle/service/ac_u.cpp
+++ b/src/core/hle/service/ac_u.cpp
@@ -26,7 +26,7 @@ void GetWifiStatus(Service::Interface* self) {
cmd_buff[1] = 0; // No error
cmd_buff[2] = 0; // Connection type set to none
- WARN_LOG(KERNEL, "(STUBBED) called");
+ LOG_WARNING(Service_AC, "(STUBBED) called");
}
const Interface::FunctionInfo FunctionTable[] = {