Ignore:
Timestamp:
12/29/15 21:00:23 (9 years ago)
Author:
Daniela Dorner
Message:
improved logging
File:
1 edited

Legend:

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

    r18316 r18395  
    4545   if [ "${coordinates[0]}" == "" ] || [ "${coordinates[1]}" == "" ]
    4646   then
    47       printprocesslog "WARN couldn't get coordinates ("${coordinates[@]}") from "$drivefile
    48       echo "WARN couldn't get coordinates ("${coordinates[@]}") from "$drivefile
     47      printprocesslog "WARN couldn't get coordinates ("${coordinates[@]}") from "$drivefile" @ time "$tstop
     48      echo "WARN couldn't get coordinates ("${coordinates[@]}") from "$drivefile" @ time "$tstop
    4949      finish
    5050   fi
    5151   if [ "${coordinates[0]}" == "0" ] || [ "${coordinates[1]}" == "0" ]
    5252   then
    53       printprocesslog "WARN coordinates "${coordinates[@]}
    54       echo "WARN coordinates "${coordinates[@]}
     53      printprocesslog "WARN coordinates "${coordinates[@]}" @ time "$tstop
     54      echo "WARN coordinates "${coordinates[@]}" @ time "$tstop
    5555      finish
    5656   fi
Note: See TracChangeset for help on using the changeset viewer.