Index: trunk/Ohana/src/opihi/lib.shell/gprint.c
===================================================================
--- trunk/Ohana/src/opihi/lib.shell/gprint.c	(revision 38986)
+++ trunk/Ohana/src/opihi/lib.shell/gprint.c	(revision 41483)
@@ -304,4 +304,5 @@
 
   if (stream[0].mode == GP_FILE) {
+    // fprintf (stderr, "printing to %s, mode FILE, thread %d\n", stream[0].name, (int) stream[0].thread);
     status = vfprintf (stream[0].file, format, argp);
     fflush (stream[0].file);
@@ -310,4 +311,5 @@
     }
   } else {
+    // fprintf (stderr, "printing to %s, mode BUFF, thread %d\n", stream[0].name, (int) stream[0].thread);
     vPrintIOBuffer (stream[0].buffer, format, argp);
   }
