--- loncom/lonnet/perl/lonnet.pm 2007/01/16 22:08:48 1.825 +++ loncom/lonnet/perl/lonnet.pm 2007/01/18 15:58:29 1.826 @@ -1,7 +1,7 @@ # The LearningOnline Network # TCP networking package # -# $Id: lonnet.pm,v 1.825 2007/01/16 22:08:48 albertel Exp $ +# $Id: lonnet.pm,v 1.826 2007/01/18 15:58:29 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -7501,7 +7501,7 @@ sub get_iphost { if (!exists($name_to_ip{$name})) { $ip = gethostbyname($name); if (!$ip || length($ip) ne 4) { - &logthis("Skipping host $id name $name no IP found\n"); + &logthis("Skipping host $id name $name no IP found"); next; } $ip=inet_ntoa($ip);