Author: j16sdiz
Date: 2008-12-11 15:52:09 +0000 (Thu, 11 Dec 2008)
New Revision: 24205

Modified:
   trunk/plugins/XMLSpider/XMLSpider.java
Log:
logging

Modified: trunk/plugins/XMLSpider/XMLSpider.java
===================================================================
--- trunk/plugins/XMLSpider/XMLSpider.java      2008-12-11 14:56:35 UTC (rev 
24204)
+++ trunk/plugins/XMLSpider/XMLSpider.java      2008-12-11 15:52:09 UTC (rev 
24205)
@@ -285,7 +285,7 @@
                                g.start();
                                Logger.minor(this, g + " started");
                        } catch (FetchException e) {
-                Logger.error(this, "Fetch Exception: " + g, e);
+                Logger.minor(this, "Fetch Exception: " + g, e);
                                onFailure(e, g, ((MyClientCallback) 
g.getClientCallback()).page, ((MyClientCallback) g
                                        .getClientCallback()).tries);
                        }
@@ -389,7 +389,7 @@
        }
 
        public void onFailure(FetchException fe, ClientGetter state, Page page, 
int tries) {
-               Logger.minor(this, "Failed: [" + tries + "] " + page + " : " + 
fe, fe);
+               Logger.minor(this, "Failed: [" + tries + "] " + page + " : " + 
state, fe);
 
                synchronized (this) {
                        runningFetch.remove(page);

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

Reply via email to