diff --git a/macosx/Controller.m b/macosx/Controller.m index 943a3f073..713f9b59d 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -4103,7 +4103,7 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy break; default: - NSLog(@"Unknown RPC command received!"); + NSLog(@"Unknown RPC command received (%d)", type); [torrent release]; }