Skip to content

Commit

Permalink
*)fixed logginglevel for Debugmsg
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1585 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
hydrox committed Feb 9, 2006
1 parent d0f76fc commit a627162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/de/anomic/yacy/yacyClient.java
Expand Up @@ -878,7 +878,7 @@ public static String transferIndex(yacySeed targetSeed, plasmaWordIndexEntryCont
for (int i = 0; i < uhs.length; i++) {
urls[i] = (plasmaCrawlLURL.Entry) urlCache.get(uhs[i]);
if (urls[i] == null) {
yacyCore.log.logWarning("DEBUG transferIndex: requested url hash '" + uhs[i] + "', unknownURL='" + uhss + "'");
yacyCore.log.logFine("DEBUG transferIndex: requested url hash '" + uhs[i] + "', unknownURL='" + uhss + "'");
}
}

Expand Down

0 comments on commit a627162

Please sign in to comment.