[LON-CAPA-cvs] cvs: loncom / loncron
raeburn
raeburn at source.lon-capa.org
Fri Oct 28 14:38:00 EDT 2011
raeburn Fri Oct 28 18:38:00 2011 EDT
Modified files:
/loncom loncron
Log:
- Fix indents in 1.91.
Index: loncom/loncron
diff -u loncom/loncron:1.91 loncom/loncron:1.92
--- loncom/loncron:1.91 Fri Oct 28 14:26:15 2011
+++ loncom/loncron Fri Oct 28 18:38:00 2011
@@ -2,7 +2,7 @@
# Housekeeping program, started by cron, loncontrol and loncron.pl
#
-# $Id: loncron,v 1.91 2011/10/28 14:26:15 raeburn Exp $
+# $Id: loncron,v 1.92 2011/10/28 18:38:00 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -660,9 +660,9 @@
alarm(0);
};
if ($@ && $@ =~ m/TIMEOUT/) {
- print "time out while contacting: $tryserver for pong\n";
+ print "time out while contacting: $tryserver for pong\n";
} else {
- &log($fh,"Pong to $tryserver: $answer<br />");
+ &log($fh,"Pong to $tryserver: $answer<br />");
}
}
}
More information about the LON-CAPA-cvs
mailing list