Also this ... :(

This commit is contained in:
Roland 'Quix0r' Haeder 2011-12-29 00:35:51 +01:00
parent 5f490de554
commit a985717ed2

View File

@ -658,7 +658,7 @@ public class CrawlQueues {
// Debug message
Log.logInfo(LoggerNames.LOGGER_CRAWL_QUEUES,
"isLocalRemoteRatioReached: local.size() = " + localCrawlJobSize() +
"isLocalRemoteRatioReached: core.size() = " + coreCrawlJobSize() +
", limit.size() = " + limitCrawlJobSize() +
", remoteTriggered.size() = " + remoteTriggeredCrawlJobSize() +
", ratio = " + new Float(ratio).toString()