--- loncom/LondConnection.pm 2004/01/05 09:30:10 1.22 +++ loncom/LondConnection.pm 2004/01/06 09:35:22 1.23 @@ -1,7 +1,7 @@ # This module defines and implements a class that represents # a connection to a lond daemon. # -# $Id: LondConnection.pm,v 1.22 2004/01/05 09:30:10 foxr Exp $ +# $Id: LondConnection.pm,v 1.23 2004/01/06 09:35:22 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -131,7 +131,7 @@ sub Dump { while(($key, $value) = each %$self) { print STDERR "$key -> $value\n"; } - print "-------------------------------\n"; + print STDERR "-------------------------------\n"; } =pod