--- loncom/loncron 2006/10/25 21:33:54 1.68 +++ loncom/loncron 2006/11/01 21:08:06 1.69 @@ -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 @@ sub check_delayed_msg { # 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
"); } }