summaryrefslogtreecommitdiff
path: root/macosx/PcsxrController.m
diff options
context:
space:
mode:
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;
}