summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/hle/svc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/svc.cpp b/src/core/hle/svc.cpp
index 6df0309e6..27f2b2315 100644
--- a/src/core/hle/svc.cpp
+++ b/src/core/hle/svc.cpp
@@ -191,7 +191,7 @@ Result ArbitrateAddress(Handle arbiter, u32 addr, u32 _type, u32 value, s64 nano
191 191
192/// Used to output a message on a debug hardware unit - does nothing on a retail unit 192/// Used to output a message on a debug hardware unit - does nothing on a retail unit
193void OutputDebugString(const char* string) { 193void OutputDebugString(const char* string) {
194 NOTICE_LOG(SVC, "## OSDEBUG: %08X %s", Core::g_app_core->GetPC(), string); 194 OS_LOG(SVC, "%s", string);
195} 195}
196 196
197/// Get resource limit 197/// Get resource limit