if an unknown rpc command is received, display what command it is
This commit is contained in:
parent
d1d6cc4263
commit
5513efe047
|
@ -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];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue