Index: /trunk/Ohana/src/opihi/lib.shell/command.c
===================================================================
--- /trunk/Ohana/src/opihi/lib.shell/command.c	(revision 2936)
+++ /trunk/Ohana/src/opihi/lib.shell/command.c	(revision 2937)
@@ -1,3 +1,4 @@
 # include "opihi.h"
+# define VERBOSE 0
 
 int command (char *line, char **outline) {
@@ -66,4 +67,5 @@
   }
   set_int_variable ("STATUS", status);
+  if (VERBOSE) fprintf (stderr, "command: %s, status: %d\n", line, status);
   return (status);
 
