--- loncom/LondConnection.pm 2003/12/22 11:03:17 1.21 +++ 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.21 2003/12/22 11:03:17 foxr Exp $ +# $Id: LondConnection.pm,v 1.23 2004/01/06 09:35:22 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -127,11 +127,11 @@ sub Dump { my $self = shift; my $key; my $value; - print "Dumping LondConnectionObject:\n"; + print STDERR "Dumping LondConnectionObject:\n"; while(($key, $value) = each %$self) { - print "$key -> $value\n"; + print STDERR "$key -> $value\n"; } - print "-------------------------------\n"; + print STDERR "-------------------------------\n"; } =pod