--- loncom/LondConnection.pm 2003/12/22 11:03:17 1.21 +++ loncom/LondConnection.pm 2004/01/05 09:30:10 1.22 @@ -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.22 2004/01/05 09:30:10 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -127,9 +127,9 @@ 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"; }