Author: toad
Date: 2008-11-27 22:45:38 +0000 (Thu, 27 Nov 2008)
New Revision: 23926

Modified:
   trunk/freenet/src/freenet/node/updater/UpdateOverMandatoryManager.java
Log:
typo


Modified: trunk/freenet/src/freenet/node/updater/UpdateOverMandatoryManager.java
===================================================================
--- trunk/freenet/src/freenet/node/updater/UpdateOverMandatoryManager.java      
2008-11-27 22:37:45 UTC (rev 23925)
+++ trunk/freenet/src/freenet/node/updater/UpdateOverMandatoryManager.java      
2008-11-27 22:45:38 UTC (rev 23926)
@@ -938,7 +938,7 @@
                File data = updateManager.getMainBlob(version);
 
                if(data == null) {
-                       Logger.normal(this, "Peer " + source + " asked us for 
the blob file for the revocation key for the main jar but we don't have it!");
+                       Logger.normal(this, "Peer " + source + " asked us for 
the blob file for the main jar but we don't have it!");
                        // Probably a race condition on reconnect, hopefully 
we'll be asked again
                        return true;
                }

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

Reply via email to