*) Logging message added

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2794 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
theli 19 years ago
parent 98a84ddb12
commit 3d152bfe43

@ -840,7 +840,9 @@ public final class plasmaSwitchboard extends serverAbstractSwitch implements ser
* ========================================================================= */ * ========================================================================= */
boolean doIndexing = true; boolean doIndexing = true;
if (entry.requestProhibitsIndexing()) { if (entry.requestProhibitsIndexing()) {
doIndexing = false; doIndexing = false;
if (this.log.isFine())
this.log.logFine("Crawling of " + entry.url() + " prohibited by request.");
} }
/* ========================================================================= /* =========================================================================

Loading…
Cancel
Save