summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/service/service.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/hle/service/service.cpp b/src/core/hle/service/service.cpp
index f061947f2..d41df3732 100644
--- a/src/core/hle/service/service.cpp
+++ b/src/core/hle/service/service.cpp
@@ -144,8 +144,7 @@ void ServiceFrameworkBase::ReportUnimplementedFunction(Kernel::HLERequestContext
144 } 144 }
145 buf.push_back('}'); 145 buf.push_back('}');
146 146
147 LOG_ERROR(Service, "unknown / unimplemented {}", fmt::to_string(buf)); 147 UNIMPLEMENTED_MSG("Unknown / unimplemented {}", fmt::to_string(buf));
148 UNIMPLEMENTED();
149} 148}
150 149
151void ServiceFrameworkBase::InvokeRequest(Kernel::HLERequestContext& ctx) { 150void ServiceFrameworkBase::InvokeRequest(Kernel::HLERequestContext& ctx) {