[LON-CAPA-cvs] cvs: loncom / loncron
www
lon-capa-cvs@mail.lon-capa.org
Wed, 01 Nov 2006 21:08:08 -0000
www Wed Nov 1 16:08:08 2006 EDT
Modified files:
/loncom loncron
Log:
Ponging tested and working - and now even has a linebreak.
Index: loncom/loncron
diff -u loncom/loncron:1.68 loncom/loncron:1.69
--- loncom/loncron:1.68 Wed Oct 25 17:33:54 2006
+++ loncom/loncron Wed Nov 1 16:08:06 2006
@@ -2,7 +2,7 @@
# Housekeeping program, started by cron, loncontrol and loncron.pl
#
-# $Id: loncron,v 1.68 2006/10/25 21:33:54 www Exp $
+# $Id: loncron,v 1.69 2006/11/01 21:08:06 www Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -550,7 +550,7 @@
# this will trigger a reverse connection, which should flush the buffers
foreach my $tryserver (keys %servers) {
my $answer=&reply("pong",$tryserver,$hostname);
- &log($fh,"Pong to $tryserver: $answer");
+ &log($fh,"Pong to $tryserver: $answer<br />");
}
}