]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: add dout_prefix for rgw_data_sync.cc
authorCasey Bodley <cbodley@redhat.com>
Mon, 16 May 2016 19:07:43 +0000 (15:07 -0400)
committerCasey Bodley <cbodley@redhat.com>
Mon, 22 Jan 2018 20:42:12 +0000 (15:42 -0500)
and took out the redundant 'rgw' from 'rgw meta sync:'

Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 821c70d710295ceb5fd12b3058df6a672ed50b0a)

src/rgw/rgw_data_sync.cc
src/rgw/rgw_sync.cc

index 4a94338491b6898ac4dd570c40920402b1240fea..19522da0150307aafb34517ae480637357f8069b 100644 (file)
@@ -23,6 +23,9 @@
 
 #define dout_subsys ceph_subsys_rgw
 
+#undef dout_prefix
+#define dout_prefix (*_dout << "data sync: ")
+
 static string datalog_sync_status_oid_prefix = "datalog.sync-status";
 static string datalog_sync_status_shard_prefix = "datalog.sync-status.shard";
 static string datalog_sync_full_sync_index_prefix = "data.full-sync.index";
index 2a5291e07993855a20ee0350209bf51604e76129..e7116c4da2e08b03c950bcc2e77eeb20c14db0a4 100644 (file)
@@ -27,7 +27,7 @@
 #define dout_subsys ceph_subsys_rgw
 
 #undef dout_prefix
-#define dout_prefix (*_dout << "rgw meta sync: ")
+#define dout_prefix (*_dout << "meta sync: ")
 
 static string mdlog_sync_status_oid = "mdlog.sync-status";
 static string mdlog_sync_status_shard_prefix = "mdlog.sync-status.shard";