summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-10-26 22:35:57 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-10-26 22:35:57 +0000
commit8af09625ea56529f52e2c83a89f492030d48984d (patch)
treee8e0f20402d9e5d40d8a12beeb82583cdeb5605c
parent00f48c7a6cf34e1739747f23ceea96eb9354c040 (diff)
downloadpcsxr-8af09625ea56529f52e2c83a89f492030d48984d.tar.gz
Bleh, the emulog was being needlessly verbose.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87669 e17a0e51-4ae3-4d35-97c3-1a29b211df97
-rwxr-xr-xmacosx/main.m3
1 files changed, 1 insertions, 2 deletions
diff --git a/macosx/main.m b/macosx/main.m
index a65bcd1d..60a6fd19 100755
--- a/macosx/main.m
+++ b/macosx/main.m
@@ -167,8 +167,7 @@ void SysPrintf(const char *fmt, ...)
if (Config.PsxOut) AddStringToLogList(msg);
#ifdef EMU_LOG
#ifndef LOG_STDOUT
- if (emuLog) fprintf(emuLog, "%s %s: %s",[[debugDateFormatter() stringFromDate:[NSDate date]] UTF8String],
- [[[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleName"] UTF8String], msg);
+ if (emuLog) fprintf(emuLog, "%s", msg);
#endif
#endif
});