Index: /trunk/DataCheck/RsyncAux.sh
===================================================================
--- /trunk/DataCheck/RsyncAux.sh	(revision 12621)
+++ /trunk/DataCheck/RsyncAux.sh	(revision 12622)
@@ -39,5 +39,5 @@
    if ! /usr/bin/rsync -avxHP $bwlimit $auxdirdaq $auxdirdata >> $logfile 2>&1
    then
-      echo `date`": problem rsyncing auxiliary data from daq to data"
+      echo `date`": problem rsyncing auxiliary data for "$date" from daq to data"
    fi
 done
Index: /trunk/DataCheck/RsyncRaw.sh
===================================================================
--- /trunk/DataCheck/RsyncRaw.sh	(revision 12621)
+++ /trunk/DataCheck/RsyncRaw.sh	(revision 12622)
@@ -39,5 +39,5 @@
    if ! /usr/bin/rsync -avxHP $bwlimit $rawdirdaq $rawdirdata >> $logfile 2>&1
    then
-      echo `date`": problem rsyncing rawdata from daq to data"
+      echo `date`": problem rsyncing rawdata for "$date" from daq to data"
    fi
 done
