Index: trunk/DataCheck/QuickLook/RunCallisto.sh
===================================================================
--- trunk/DataCheck/QuickLook/RunCallisto.sh	(revision 18768)
+++ trunk/DataCheck/QuickLook/RunCallisto.sh	(revision 18769)
@@ -75,10 +75,12 @@
         fi
         ;;
-   *)   printprocesslog "ERROR callisto failed for file "$3" (check1=$check1)"
-        # allow for reprocessing in case callisto fails once
+   *)   # allow for reprocessing in case callisto fails once
         cplogfile=$logfile.cp
         if ! ls $cplogfile >/dev/null 2>/dev/null
         then
+           printprocesslog "WARN callisto failed for file "$3" (check1=$check1)"
            mv $logfile $cplogfile
+        else 
+           printprocesslog "ERROR callisto failed for file "$3" (check1=$check1)"
         fi
         ;;
