Index: trunk/ippTasks/phase0.pro
===================================================================
--- trunk/ippTasks/phase0.pro	(revision 10723)
+++ trunk/ippTasks/phase0.pro	(revision 10746)
@@ -79,10 +79,10 @@
   # locked list
   task.exit    default
-    showcommand
-  end
-
-  # operation times out?
-  task.exit    timeout
-    showcommand
+    showcommand failure
+  end
+
+  # operation times out?
+  task.exit    timeout
+    showcommand timeout
   end
 end
@@ -149,5 +149,5 @@
   # default exit status
   task.exit    default
-    showcommand
+    showcommand failure
     queuepush Phase0Imfiles -replace -key 1 "FAIL $options:0"
     $Phase0ImfileFail ++
@@ -156,5 +156,5 @@
   # operation times out?
   task.exit    timeout
-    showcommand
+    showcommand timeout
     queuepush Phase0Imfiles -replace -key 1 "TIMEOUT $options:0"
     $Phase0ImfileFail ++
