Index: trunk/DataCheck/Processing/FillNumEvts.sh
===================================================================
--- trunk/DataCheck/Processing/FillNumEvts.sh	(revision 18682)
+++ trunk/DataCheck/Processing/FillNumEvts.sh	(revision 18687)
@@ -48,9 +48,9 @@
       
       case $check1 in
-         1)   printprocesslog "INFO filling numevts.C was successfully for night "$runnumber" and table "$resulttable1" (check1=$check1)"
+         1)   printprocesslog "INFO filling numevts.C was successfully for night "$runnumber" and table "$resulttable1" (check1="$check1")"
               ;;
-         0)   printprocesslog "WARN connection to DB failed in numevts.C (check1=$check1)"
+         0)   printprocesslog "WARN connection to DB failed in numevts.C (check1="$check1")"
               ;;
-         *)   printprocesslog "ERROR numevts.C failed for night "$runnumber" and table "$resulttable1" (check1=$check1)"
+         *)   printprocesslog "ERROR numevts.C failed for night "$runnumber" and table "$resulttable1" (check1="$check1" -> missing files?)"
               ;;
       esac
