--- loncom/loncron 2011/10/28 14:26:15 1.91
+++ loncom/loncron 2011/10/28 18:38:00 1.92
@@ -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 @@ sub check_delayed_msg {
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
");
+ &log($fh,"Pong to $tryserver: $answer
");
}
}
}