mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-25 23:25:44 +00:00
fix log messages to say "kafka"
This commit is contained in:
@@ -148,9 +148,9 @@ public class KafkaCrawlLogFeed extends Processor implements Lifecycle {
|
||||
}
|
||||
};
|
||||
|
||||
logger.info("dumping " + frontier.queuedUriCount() + " queued urls to amqp feed");
|
||||
logger.info("dumping " + frontier.queuedUriCount() + " queued urls to kafka feed");
|
||||
((BdbFrontier) frontier).forAllPendingDo(closure);
|
||||
logger.info("dumped " + pendingDumpedCount + " queued urls to amqp feed");
|
||||
logger.info("dumped " + pendingDumpedCount + " queued urls to kafka feed");
|
||||
} else {
|
||||
logger.warning("frontier is not a BdbFrontier, cannot dumpPendingAtClose");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user