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

albertel lon-capa-cvs@mail.lon-capa.org
Fri, 25 Aug 2006 21:12:20 -0000


albertel		Fri Aug 25 17:12:20 2006 EDT

  Modified files:              
    /loncom	loncnew 
  Log:
  - typo and redeclaration
  
  
Index: loncom/loncnew
diff -u loncom/loncnew:1.75 loncom/loncnew:1.76
--- loncom/loncnew:1.75	Wed Jul 19 15:56:26 2006
+++ loncom/loncnew	Fri Aug 25 17:12:19 2006
@@ -2,7 +2,7 @@
 # The LearningOnline Network with CAPA
 # lonc maintains the connections to remote computers
 #
-# $Id: loncnew,v 1.75 2006/07/19 19:56:26 albertel Exp $
+# $Id: loncnew,v 1.76 2006/08/25 21:12:19 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -198,7 +198,7 @@
     my $now   = time;
     my $local = localtime($now);
     my $finalformat = "$local ($$) [$RemoteHost] [$Status] ";
-    my $finalformat = $finalformat.$format."\n";
+    $finalformat = $finalformat.$format."\n";
 
     # open the file and put the result.
 
@@ -1731,7 +1731,7 @@
 	      desc => 'Lonc Listener Unix Socket',
 	      fd   => $socket);
     
-    $Event::Debuglevel = $DebugLevel;
+    $Event::DebugLevel = $DebugLevel;
     
     Debug(9, "Making initial lond connection for ".$RemoteHost);