--- loncom/LondConnection.pm 2003/12/02 10:38:40 1.18 +++ loncom/LondConnection.pm 2003/12/08 20:32:17 1.19 @@ -1,7 +1,7 @@ # This module defines and implements a class that represents # a connection to a lond daemon. # -# $Id: LondConnection.pm,v 1.18 2003/12/02 10:38:40 foxr Exp $ +# $Id: LondConnection.pm,v 1.19 2003/12/08 20:32:17 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -129,7 +129,7 @@ sub Dump { my $value; print "Dumping LondConnectionObject:\n"; while(($key, $value) = each %$self) { - print STDERR "$key -> $value\n"; + print "$key -> $value\n"; } print "-------------------------------\n"; }