diff options
| -rwxr-xr-x | macosx/main.m | 3 |
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 }); |
