diff --git a/source/de/anomic/plasma/plasmaSwitchboard.java b/source/de/anomic/plasma/plasmaSwitchboard.java index e72db9278..62fc2ea03 100644 --- a/source/de/anomic/plasma/plasmaSwitchboard.java +++ b/source/de/anomic/plasma/plasmaSwitchboard.java @@ -839,8 +839,10 @@ public final class plasmaSwitchboard extends serverAbstractSwitch implements ser * yacy to index the response returned as answer to a request * ========================================================================= */ boolean doIndexing = true; - if (entry.requestProhibitsIndexing()) { - doIndexing = false; + if (entry.requestProhibitsIndexing()) { + doIndexing = false; + if (this.log.isFine()) + this.log.logFine("Crawling of " + entry.url() + " prohibited by request."); } /* =========================================================================