Author: toad
Date: 2007-02-22 01:44:46 +0000 (Thu, 22 Feb 2007)
New Revision: 11895

Modified:
   trunk/freenet/src/freenet/client/async/ClientGetter.java
Log:
Logging

Modified: trunk/freenet/src/freenet/client/async/ClientGetter.java
===================================================================
--- trunk/freenet/src/freenet/client/async/ClientGetter.java    2007-02-22 
01:44:29 UTC (rev 11894)
+++ trunk/freenet/src/freenet/client/async/ClientGetter.java    2007-02-22 
01:44:46 UTC (rev 11895)
@@ -147,7 +147,7 @@
                                e = new 
FetchException(e.errorCodes.getFirstCode(), e);
                        if(e.mode == FetchException.DATA_NOT_FOUND && 
super.successfulBlocks > 0)
                                e = new FetchException(e, 
FetchException.ALL_DATA_NOT_FOUND);
-                       Logger.minor(this, "onFailure("+e+", "+state+") ", e);
+                       Logger.minor(this, "onFailure("+e+", "+state+") on 
"+this+" for "+uri, e);
                        client.onFailure(e, this);
                        return;
                }


Reply via email to