summaryrefslogtreecommitdiff
path: root/macosx/main.m
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-07-11 03:24:07 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-07-11 03:24:07 +0000
commit01055ead4cbd9c3ee64b8be3012cf064f55cd262 (patch)
treec4fa848d844a992bca9b9ec6813085b7947452df /macosx/main.m
parentba28f82c5e499d9cc9c9c4f5fce17f0813f434c8 (diff)
downloadpcsxr-01055ead4cbd9c3ee64b8be3012cf064f55cd262.tar.gz
Remvoing SysPrintfs that I missed from Cocoa code the last time I did this.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85968 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/main.m')
-rwxr-xr-xmacosx/main.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/main.m b/macosx/main.m
index 7a38d431..2627f6d3 100755
--- a/macosx/main.m
+++ b/macosx/main.m
@@ -189,7 +189,7 @@ const char *SysLibError() {
#ifdef DEBUG
const char *theErr = dlerror();
if (theErr) {
- SysPrintf("Error loading binary: %s\n", theErr);
+ NSLog(@"@Error loading binary: %s.", theErr);
}
return theErr;
#else