Index: /trunk/Ohana/src/opihi/pantasks/ControllerOps.c
===================================================================
--- /trunk/Ohana/src/opihi/pantasks/ControllerOps.c	(revision 11442)
+++ /trunk/Ohana/src/opihi/pantasks/ControllerOps.c	(revision 11443)
@@ -348,5 +348,5 @@
   if ((status == -1) && (errno == EPIPE)) {
     StopController ();
-    if (VerboseMode()) gprint (GP_ERR, "controller is down\n");
+    gprint (GP_ERR, "controller is down\n");
     return (FALSE);
   }
@@ -362,9 +362,9 @@
   if (status ==  0) {
     StopController ();
-    if (VerboseMode()) gprint (GP_ERR, "controller is down\n");
+    gprint (GP_ERR, "controller is down\n");
     return (FALSE);
   }
   if (status == -1) {
-    if (VerboseMode()) gprint (GP_ERR, "controller is not responding\n");
+    gprint (GP_ERR, "controller is not responding\n");
     gwrite (buffer[0].buffer, 1, buffer[0].Nbuffer, GP_ERR);
     return (FALSE);
