[LON-CAPA-cvs] cvs: loncom / LondConnection.pm

albertel lon-capa-cvs@mail.lon-capa.org
Mon, 08 Dec 2003 20:32:17 -0000


albertel		Mon Dec  8 15:32:17 2003 EDT

  Modified files:              
    /loncom	LondConnection.pm 
  Log:
  - print to STDOUT
  
  
Index: loncom/LondConnection.pm
diff -u loncom/LondConnection.pm:1.18 loncom/LondConnection.pm:1.19
--- loncom/LondConnection.pm:1.18	Tue Dec  2 05:38:40 2003
+++ loncom/LondConnection.pm	Mon Dec  8 15:32:17 2003
@@ -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 @@
     my $value;
     print "Dumping LondConnectionObject:\n";
     while(($key, $value) = each %$self) {
-	print STDERR "$key -> $value\n";
+	print "$key -> $value\n";
     }
     print "-------------------------------\n";
 }