Index: trunk/ippTasks/phase0.pro
===================================================================
--- trunk/ippTasks/phase0.pro	(revision 10692)
+++ trunk/ippTasks/phase0.pro	(revision 10723)
@@ -79,14 +79,10 @@
   # locked list
   task.exit    default
-    if ($VERBOSE) 
-      echo "phase0 pending imfiles: failure"
-    end
-  end
-
-  # operation times out?
-  task.exit    timeout
-    if ($VERBOSE)
-      echo "phase0 pending imfiles: timeout"
-    end
+    showcommand
+  end
+
+  # operation times out?
+  task.exit    timeout
+    showcommand
   end
 end
@@ -153,7 +149,5 @@
   # default exit status
   task.exit    default
-    if ($VERBOSE)
-      echo "failure for phase0imfile.pl: $options:0"
-    end
+    showcommand
     queuepush Phase0Imfiles -replace -key 1 "FAIL $options:0"
     $Phase0ImfileFail ++
@@ -162,7 +156,5 @@
   # operation times out?
   task.exit    timeout
-    if ($VERBOSE)
-      echo "timeout for phase0imfile.pl: $options:0"
-    end
+    showcommand
     queuepush Phase0Imfiles -replace -key 1 "TIMEOUT $options:0"
     $Phase0ImfileFail ++
@@ -222,14 +214,10 @@
   # default exit status
   task.exit    default
-    if ($VERBOSE)
-      echo       "phase0 pending exp: failure"
-    end
-  end
-
-  # operation times out?
-  task.exit    timeout
-    if ($VERBOSE)
-      echo       "phase0 pending exp: timeout"
-    end
+    showcommand
+  end
+
+  # operation times out?
+  task.exit    timeout
+    showcommand
   end
 end
@@ -293,7 +281,5 @@
   # default exit status
   task.exit    default
-    if ($VERBOSE)
-      echo "failure for phase0exp.pl: $options:0"
-    end
+    showcommand
     queuepush Phase0Exposures -replace -key 1 "FAIL $options:0"
     $Phase0ExpFail
@@ -302,7 +288,5 @@
   # operation times out?
   task.exit    timeout
-    if ($VERBOSE)
-      echo "failure for phase0exp.pl: $options:0"
-    end
+    showcommand
     queuepush Phase0Exposures -replace -key 1 "TIMEOUT $options:0"
     $Phase0ExpFail
