Author: toad
Date: 2009-04-08 18:36:05 +0000 (Wed, 08 Apr 2009)
New Revision: 26658

Modified:
   trunk/freenet/src/freenet/node/fcp/FCPConnectionHandler.java
Log:
Logging


Modified: trunk/freenet/src/freenet/node/fcp/FCPConnectionHandler.java
===================================================================
--- trunk/freenet/src/freenet/node/fcp/FCPConnectionHandler.java        
2009-04-08 18:33:19 UTC (rev 26657)
+++ trunk/freenet/src/freenet/node/fcp/FCPConnectionHandler.java        
2009-04-08 18:36:05 UTC (rev 26658)
@@ -128,7 +128,7 @@
                                        server.unregisterClient(rebootClient, 
null);
                                if(foreverClient != null) {
                                        
if(!container.ext().isStored(foreverClient)) {
-                                               Logger.error(this, 
"foreverClient is not stored in the database in lost connection non-dupe 
callback; not deleting it");
+                                               Logger.normal(this, 
"foreverClient is not stored in the database in lost connection non-dupe 
callback; not deleting it");
                                                return;
                                        }
                                        container.activate(foreverClient, 1);

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to