better logging of double occurrences of urls in the crawler

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6718 6c8d7289-2bf4-0310-a012-ef5d649a1542
This commit is contained in:
orbiter 2010-03-06 20:31:30 +00:00
parent 1bbe14d23f
commit c09a995930

View File

@ -266,11 +266,11 @@ public final class CrawlStacker {
// do double-check
if ((dbocc != null) && (!recrawl)) {
if (this.log.isFine()) this.log.logFine("URL '" + entry.url().toString() + "' is double registered in '" + dbocc + "'. " + "Stack processing time: " + (System.currentTimeMillis() - startTime) + "ms");
return "double " + dbocc;
return "double in: " + dbocc;
}
if ((oldEntry != null) && (!recrawl)) {
if (this.log.isFine()) this.log.logFine("URL '" + entry.url().toString() + "' is double registered in 'LURL'. " + "Stack processing time: " + (System.currentTimeMillis() - startTime) + "ms");
return "double LURL";
return "double in: LURL";
}
// show potential re-crawl