summaryrefslogtreecommitdiff
path: root/macosx/main.m
diff options
context:
space:
mode:
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 ff44be8f..ab98a87d 100755
--- a/macosx/main.m
+++ b/macosx/main.m
@@ -227,7 +227,7 @@ const char *SysLibError()
#ifdef DEBUG
const char *theErr = dlerror();
if (theErr) {
- NSLog(@"Error loading binary: %s.", theErr);
+ NSLog(@"dlerror(): %s.", theErr);
}
return theErr;
#else