diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-07-11 03:24:07 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-07-11 03:24:07 +0000 |
| commit | 01055ead4cbd9c3ee64b8be3012cf064f55cd262 (patch) | |
| tree | c4fa848d844a992bca9b9ec6813085b7947452df /macosx/main.m | |
| parent | ba28f82c5e499d9cc9c9c4f5fce17f0813f434c8 (diff) | |
| download | pcsxr-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-x | macosx/main.m | 2 |
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 |
