Changeset 18687 for trunk/DataCheck/Processing
- Timestamp:
- 12/18/16 20:56:56 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Processing/FillNumEvts.sh
r18320 r18687 48 48 49 49 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")" 51 51 ;; 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")" 53 53 ;; 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?)" 55 55 ;; 56 56 esac
Note:
See TracChangeset
for help on using the changeset viewer.