Author: j16sdiz
Date: 2008-12-11 00:53:13 +0000 (Thu, 11 Dec 2008)
New Revision: 24188

Modified:
   trunk/plugins/XMLSpider/XMLSpider.java
Log:
log less

Modified: trunk/plugins/XMLSpider/XMLSpider.java
===================================================================
--- trunk/plugins/XMLSpider/XMLSpider.java      2008-12-11 00:38:31 UTC (rev 
24187)
+++ trunk/plugins/XMLSpider/XMLSpider.java      2008-12-11 00:53:13 UTC (rev 
24188)
@@ -1228,8 +1228,7 @@
 
 
                public void onText(String s, String type, URI baseURI){
-                       
-                       Logger.minor(this, "onText on " + page.id + " (" + 
baseURI + ")");
+                       Logger.debug(this, "onText on " + page.id + " (" + 
baseURI + ")");
 
                        if((type != null) && (type.length() != 0) && 
type.toLowerCase().equals("title")
                                        && (s != null) && (s.length() != 0) && 
(s.indexOf('\n') < 0)) {

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

Reply via email to