summaryrefslogtreecommitdiff
path: root/swift/common/db_replicator.py
diff options
context:
space:
mode:
Diffstat (limited to 'swift/common/db_replicator.py')
-rw-r--r--swift/common/db_replicator.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/swift/common/db_replicator.py b/swift/common/db_replicator.py
index c8a87bf8b..cb93d8a1c 100644
--- a/swift/common/db_replicator.py
+++ b/swift/common/db_replicator.py
@@ -221,9 +221,9 @@ class Replicator(Daemon):
'replication_last': now},
self.rcache, self.logger)
self.logger.info(' '.join(['%s:%s' % item for item in
- self.stats.items() if item[0] in
+ sorted(self.stats.items()) if item[0] in
('no_change', 'hashmatch', 'rsync', 'diff', 'ts_repl',
- 'empty', 'diff_capped')]))
+ 'empty', 'diff_capped', 'remote_merge')]))
def _add_failure_stats(self, failure_devs_info):
for node, dev in failure_devs_info: