From 01055ead4cbd9c3ee64b8be3012cf064f55cd262 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Thu, 11 Jul 2013 03:24:07 +0000 Subject: 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 --- macosx/main.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/main.m') 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 -- cgit v1.2.3