summaryrefslogtreecommitdiff
path: root/macosx/PcsxrController.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/PcsxrController.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/PcsxrController.m')
-rwxr-xr-xmacosx/PcsxrController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/PcsxrController.m b/macosx/PcsxrController.m
index e2e85c88..715c15f5 100755
--- a/macosx/PcsxrController.m
+++ b/macosx/PcsxrController.m
@@ -823,7 +823,7 @@ otherblock();\
}
if (![[NSFileManager defaultManager] fileExistsAtPath:filename]) {
- SysPrintf("Nonexistant file %s was passed to open.\n", [filename fileSystemRepresentation]);
+ NSLog(@"Nonexistant file %@ was passed to open.", filename );
return NO;
}