Index: /trunk/MagicSoft/Mars/callisto.cc
===================================================================
--- /trunk/MagicSoft/Mars/callisto.cc	(revision 6557)
+++ /trunk/MagicSoft/Mars/callisto.cc	(revision 6558)
@@ -411,4 +411,7 @@
             }
 
+            if (kDebugEnv>0)
+                env.PrintUntouched();
+
             if (!job3.GetDisplay())
             {
@@ -437,4 +440,7 @@
             }
 
+            if (kDebugEnv>0)
+                env.PrintUntouched();
+
             if (!job4.GetDisplay())
             {
@@ -443,6 +449,4 @@
             }
         }
-        if (kDebugEnv>0)
-            env.PrintUntouched();
     }
 
@@ -569,4 +573,7 @@
             return -1;
 
+        if (kDebugEnv>0)
+            env.PrintUntouched();
+
         if (!job4.GetDisplay())
         {
@@ -574,7 +581,4 @@
             return 1;
         }
-
-        if (kDebugEnv>0)
-            env.PrintUntouched();
     }
 
