Skip to content

Commit

Permalink
*) correcting logging output
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1665 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
theli committed Feb 16, 2006
1 parent e974d0c commit 8ffc6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/de/anomic/plasma/plasmaCrawlStacker.java
Expand Up @@ -347,7 +347,7 @@ public String stackCrawl(String nexturlString, String referrerString, String ini
((yacyCore.seedDB.mySeed.isSenior()) ||
(yacyCore.seedDB.mySeed.isPrincipal())) /* qualified */;

if ((!local)&&(!global)) {
if ((!local)&&(!global)&&(!profile.handle().equals(this.sb.defaultProxyProfile.handle()))) {
this.log.logSevere("URL '" + nexturlString + "' can neither be crawled local nor global.");
}

Expand Down

0 comments on commit 8ffc6e3

Please sign in to comment.