Fixed log format in object auditor

Change-Id: I218e08446c5ffda2db7c774ec8bb9d28ce9f63e7
This commit is contained in:
Ondřej Nový 2016-02-18 17:38:42 +01:00
parent ebe61381c2
commit 9a6c6b5571

View File

@ -108,8 +108,8 @@ class AuditorWorker(object):
self.logger.info(_(
'Object audit (%(type)s). '
'Since %(start_time)s: Locally: %(passes)d passed, '
'%(quars)d quarantined, %(errors)d errors '
'files/sec: %(frate).2f , bytes/sec: %(brate).2f, '
'%(quars)d quarantined, %(errors)d errors, '
'files/sec: %(frate).2f, bytes/sec: %(brate).2f, '
'Total time: %(total).2f, Auditing time: %(audit).2f, '
'Rate: %(audit_rate).2f') % {
'type': '%s%s' % (self.auditor_type, description),