Ignore:
Timestamp:
02/20/17 13:32:28 (8 years ago)
Author:
Daniela Dorner
Message:
improved logging
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/QuickLook/RunCallisto.sh

    r18392 r18769  
    7575        fi
    7676        ;;
    77    *)   printprocesslog "ERROR callisto failed for file "$3" (check1=$check1)"
    78         # allow for reprocessing in case callisto fails once
     77   *)   # allow for reprocessing in case callisto fails once
    7978        cplogfile=$logfile.cp
    8079        if ! ls $cplogfile >/dev/null 2>/dev/null
    8180        then
     81           printprocesslog "WARN callisto failed for file "$3" (check1=$check1)"
    8282           mv $logfile $cplogfile
     83        else
     84           printprocesslog "ERROR callisto failed for file "$3" (check1=$check1)"
    8385        fi
    8486        ;;
Note: See TracChangeset for help on using the changeset viewer.