[LON-CAPA-cvs] cvs: loncom / lond

albertel lon-capa-cvs@mail.lon-capa.org
Mon, 08 Mar 2004 21:00:15 -0000


albertel		Mon Mar  8 16:00:15 2004 EDT

  Modified files:              
    /loncom	lond 
  Log:
  - modifying error messages so they are correct
  
  
Index: loncom/lond
diff -u loncom/lond:1.180 loncom/lond:1.181
--- loncom/lond:1.180	Mon Mar  8 15:59:41 2004
+++ loncom/lond	Mon Mar  8 16:00:15 2004
@@ -2,7 +2,7 @@
 # The LearningOnline Network
 # lond "LON Daemon" Server (port "LOND" 5663)
 #
-# $Id: lond,v 1.180 2004/03/08 20:59:41 albertel Exp $
+# $Id: lond,v 1.181 2004/03/08 21:00:15 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -53,7 +53,7 @@
 my $status='';
 my $lastlog='';
 
-my $VERSION='$Revision: 1.180 $'; #' stupid emacs
+my $VERSION='$Revision: 1.181 $'; #' stupid emacs
 my $remoteVERSION;
 my $currenthostid;
 my $currentdomainid;
@@ -2016,12 +2016,12 @@
 				} else {
 				    print $client "error: ".($!+0)
 					." untie(GDBM) failed ".
-					"while attempting put\n";
+					"while attempting inc\n";
 				}
 			    } else {
 				print $client "error: ".($!)
 				    ." tie(GDBM) Failed ".
-				    "while attempting put\n";
+				    "while attempting inc\n";
 			    }
 			} else {
 			    print $client "refused\n";