aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/svc.cpp
diff options
context:
space:
mode:
authorGravatar bunnei <ericbunnie@gmail.com>2014-05-29 23:04:18 -0400
committerGravatar bunnei <ericbunnie@gmail.com>2014-05-29 23:04:18 -0400
commitb0bad47c0e25717bb1c69bc9a286e57f39064238 (patch)
tree592e50a7722dc55a6840087f5d6941448b9716ee /src/core/hle/svc.cpp
parent55a540eb0209b58a03c6a095b3b475892af150a9 (diff)
svc: updated OutputDebugString to use OS_LOG
Diffstat (limited to 'src/core/hle/svc.cpp')
-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 6df0309e..27f2b231 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
/// Used to output a message on a debug hardware unit - does nothing on a retail unit
void OutputDebugString(const char* string) {
- NOTICE_LOG(SVC, "## OSDEBUG: %08X %s", Core::g_app_core->GetPC(), string);
+ OS_LOG(SVC, "%s", string);
}
/// Get resource limit