Changed some debug messages from one channel to another, to clean up a
bit the debug channel usage.

diff --git a/controls/menu.c b/controls/menu.c
index 14af490..4a65fd2 100644
--- a/controls/menu.c
+++ b/controls/menu.c
@@ -3830,7 +3830,7 @@
         if (str[0] == '#') name = (SEGPTR)atoi( str + 1 );
     }
     else
-        TRACE(resource,"(%04x,%04x)\n",instance,LOWORD(name));
+        TRACE(menu,"(%04x,%04x)\n",instance,LOWORD(name));
 
     if (!name) return 0;