Author: j16sdiz
Date: 2009-01-02 07:34:40 +0000 (Fri, 02 Jan 2009)
New Revision: 24874

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

Modified: trunk/plugins/XMLSpider/IndexWriter.java
===================================================================
--- trunk/plugins/XMLSpider/IndexWriter.java    2009-01-02 07:34:30 UTC (rev 
24873)
+++ trunk/plugins/XMLSpider/IndexWriter.java    2009-01-02 07:34:40 UTC (rev 
24874)
@@ -251,7 +251,8 @@
                 * subindex is less than the allowed value
                 */
                if (logMINOR)
-                       Logger.minor(this, "Generating subindex for " + 
list.size() + " entries with prefix length " + p);
+                       Logger.minor(this, "Generating subindex for " + 
list.size() + " entries with prefix ("
+                               + list.get(0).getMD5().substring(0, p) + ")");
 
                try {
                        if (list.size() == 0)
@@ -264,7 +265,8 @@
                        // Handle below
                }
                if (logMINOR)
-                       Logger.minor(this, "Too big subindex for " + 
list.size() + " entries with prefix length " + p);
+                       Logger.minor(this, "Too big subindex for " + 
list.size() + " entries with prefix ("
+                               + list.get(0).getMD5().substring(0, p) + ")");
                //prefix needs to be incremented
                if (match <= p)
                        match = p + 1;

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

Reply via email to