Index: trunk/DataCheck/QuickLook/RunGanymed.sh
===================================================================
--- trunk/DataCheck/QuickLook/RunGanymed.sh	(revision 18394)
+++ trunk/DataCheck/QuickLook/RunGanymed.sh	(revision 18395)
@@ -45,12 +45,12 @@
    if [ "${coordinates[0]}" == "" ] || [ "${coordinates[1]}" == "" ]
    then
-      printprocesslog "WARN couldn't get coordinates ("${coordinates[@]}") from "$drivefile
-      echo "WARN couldn't get coordinates ("${coordinates[@]}") from "$drivefile
+      printprocesslog "WARN couldn't get coordinates ("${coordinates[@]}") from "$drivefile" @ time "$tstop
+      echo "WARN couldn't get coordinates ("${coordinates[@]}") from "$drivefile" @ time "$tstop
       finish
    fi
    if [ "${coordinates[0]}" == "0" ] || [ "${coordinates[1]}" == "0" ]
    then
-      printprocesslog "WARN coordinates "${coordinates[@]}
-      echo "WARN coordinates "${coordinates[@]}
+      printprocesslog "WARN coordinates "${coordinates[@]}" @ time "$tstop
+      echo "WARN coordinates "${coordinates[@]}" @ time "$tstop
       finish
    fi
