[LON-CAPA-cvs] cvs: loncom / LondConnection.pm
foxr
lon-capa-cvs@mail.lon-capa.org
Tue, 06 Jan 2004 09:35:22 -0000
foxr Tue Jan 6 04:35:22 2004 EDT
Modified files:
/loncom LondConnection.pm
Log:
The trailing banner for dump should also go to stderr.
Index: loncom/LondConnection.pm
diff -u loncom/LondConnection.pm:1.22 loncom/LondConnection.pm:1.23
--- loncom/LondConnection.pm:1.22 Mon Jan 5 04:30:10 2004
+++ loncom/LondConnection.pm Tue Jan 6 04:35:22 2004
@@ -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 @@
while(($key, $value) = each %$self) {
print STDERR "$key -> $value\n";
}
- print "-------------------------------\n";
+ print STDERR "-------------------------------\n";
}
=pod