if an unknown rpc command is received, display what command it is

This commit is contained in:
Mitchell Livingston 2009-08-17 01:40:57 +00:00
parent d1d6cc4263
commit 5513efe047
1 changed files with 1 additions and 1 deletions

View File

@ -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];
}