Index: trunk/DataCheck/Monitoring/CheckSwiftSchedule.sh
===================================================================
--- trunk/DataCheck/Monitoring/CheckSwiftSchedule.sh	(revision 18473)
+++ trunk/DataCheck/Monitoring/CheckSwiftSchedule.sh	(revision 18474)
@@ -46,7 +46,9 @@
    # Get Swift Data
    #   for the date of sunset
+   printprocesslog "INFO Checking "$date2
    lynx -width 200 -nolist -dump https://www.swift.psu.edu/operations/obsSchedule.php?d=$date2 | grep $date2 >> $schedulefile
    #   for the date of sunrise
    nextday=`date +%Y-%m-%d --date=$date2"+24hour"`
+   printprocesslog "INFO Checking "$nextday
    lynx -width 200 -nolist -dump https://www.swift.psu.edu/operations/obsSchedule.php?d=$nextday | grep $nextday >> $schedulefile
 
