Author: toad
Date: 2008-11-27 22:55:27 +0000 (Thu, 27 Nov 2008)
New Revision: 23928
Modified:
trunk/freenet/src/freenet/node/updater/UpdateOverMandatoryManager.java
Log:
Logging
Modified: trunk/freenet/src/freenet/node/updater/UpdateOverMandatoryManager.java
===================================================================
--- trunk/freenet/src/freenet/node/updater/UpdateOverMandatoryManager.java
2008-11-27 22:53:54 UTC (rev 23927)
+++ trunk/freenet/src/freenet/node/updater/UpdateOverMandatoryManager.java
2008-11-27 22:55:27 UTC (rev 23928)
@@ -250,8 +250,8 @@
"our key: " +
updateManager.updateURI + "\nhis key:" + mainJarURI);
} catch(MalformedURLException e) {
// Should maybe be a useralert?
- Logger.error(this, "Node " + source + "
sent us a UOMAnnounce claiming to have a new jar, but it had an invalid URI: "
+ revocationKey + " : " + e, e);
- System.err.println("Node " +
source.userToString() + " sent us a UOMAnnounce claiming to have a new jar, but
it had an invalid URI: " + revocationKey + " : " + e);
+ Logger.error(this, "Node " + source + "
sent us a UOMAnnounce claiming to have a new jar, but it had an invalid URI: "
+ jarKey + " : " + e, e);
+ System.err.println("Node " +
source.userToString() + " sent us a UOMAnnounce claiming to have a new jar, but
it had an invalid URI: " + jarKey + " : " + e);
}
} else {
// Don't take up the offer. Add to
nodesOfferedMainJar, so that we know where to fetch it from when we need it.
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs