--- loncom/lond 2004/03/08 20:59:41 1.180 +++ loncom/lond 2004/03/08 21:00:15 1.181 @@ -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 $DEBUG = 0; # Non zero to ena 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 @@ sub make_new_child { } 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";