Ignore:
Timestamp:
12/18/16 20:56:56 (8 years ago)
Author:
Daniela Dorner
Message:
improved logging
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/Processing/FillNumEvts.sh

    r18320 r18687  
    4848     
    4949      case $check1 in
    50          1)   printprocesslog "INFO filling numevts.C was successfully for night "$runnumber" and table "$resulttable1" (check1=$check1)"
     50         1)   printprocesslog "INFO filling numevts.C was successfully for night "$runnumber" and table "$resulttable1" (check1="$check1")"
    5151              ;;
    52          0)   printprocesslog "WARN connection to DB failed in numevts.C (check1=$check1)"
     52         0)   printprocesslog "WARN connection to DB failed in numevts.C (check1="$check1")"
    5353              ;;
    54          *)   printprocesslog "ERROR numevts.C failed for night "$runnumber" and table "$resulttable1" (check1=$check1)"
     54         *)   printprocesslog "ERROR numevts.C failed for night "$runnumber" and table "$resulttable1" (check1="$check1" -> missing files?)"
    5555              ;;
    5656      esac
Note: See TracChangeset for help on using the changeset viewer.