r27252 - trunk/freenet/src/freenet/node

[email protected] Thu, 23 Apr 2009 11:18:06 +0000
Newsgroups gmane.network.freenet.cvs
Message-ID <[email protected]>
Author: j16sdiz
Date: 2009-04-23 11:18:05 +0000 (Thu, 23 Apr 2009)
New Revision: 27252

Modified:
   trunk/freenet/src/freenet/node/OpennetPeerNode.java
Log:
comment and silent the error

Modified: trunk/freenet/src/freenet/node/OpennetPeerNode.java
===================================================================
--- trunk/freenet/src/freenet/node/OpennetPeerNode.java	2009-04-23 10:40:38 UTC (rev 27251)
+++ trunk/freenet/src/freenet/node/OpennetPeerNode.java	2009-04-23 11:18:05 UTC (rev 27252)
@@ -15,7 +15,7 @@
 		try {
 			timeLastSuccess = fs.getLong("timeLastSuccess");
 		} catch(FSParseException e) {
-			Logger.error(this, "Parse error", e);
+			// silent - some old noderef don't have this
 			timeLastSuccess = 0;
 		}
 		this.opennet = opennet;