From 5513efe047338f49eb1d59bbd2bc210389f407b1 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Mon, 17 Aug 2009 01:40:57 +0000 Subject: [PATCH] if an unknown rpc command is received, display what command it is --- macosx/Controller.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; }