diff options
Diffstat (limited to 'macosx/CheatController.m')
| -rw-r--r-- | macosx/CheatController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/CheatController.m b/macosx/CheatController.m index 70f8688b..5603b17f 100644 --- a/macosx/CheatController.m +++ b/macosx/CheatController.m @@ -36,7 +36,7 @@ } else if ([ident isEqualToString:@"COL_ENABLE"]) { return @(Cheats[idx].Enabled ? NSOnState : NSOffState); } - NSLog(@"Unknown column identifier: %@", ident); + SysPrintf("Unknown column identifier: %s\n", [[ident description] UTF8String]); return nil; } |
