From 8af09625ea56529f52e2c83a89f492030d48984d Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Sat, 26 Oct 2013 22:35:57 +0000 Subject: Bleh, the emulog was being needlessly verbose. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87669 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/main.m | 3 +-- 1 file changed, 1 insertion(+), 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 }); -- cgit v1.2.3