Merge "Add object replicator's succeeded and failed counts in log"

This commit is contained in:
Jenkins 2016-03-01 16:22:49 +00:00 committed by Gerrit Code Review
commit 3927bf1f17

View File

@ -511,6 +511,9 @@ class ObjectReplicator(Daemon):
'remaining': '%d%s' % compute_eta(self.start,
self.replication_count,
self.job_count)})
self.logger.info(_('%(success)s successes, %(failure)s failures')
% self.stats)
if self.suffix_count:
self.logger.info(
_("%(checked)d suffixes checked - "