]> git-server-git.apps.pok.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>
Fri, 22 Jul 2016 02:14:20 +0000 (22:14 -0400)
and took out the redundant 'rgw' from 'rgw meta sync:'

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/rgw_data_sync.cc
src/rgw/rgw_sync.cc

index 1d1f8bfcb34bc68ef6ee9a6cb27c210e98667ce5..d5ace03f37416fb7e44766b9dd2a49783c3daafa 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 474e2c558d87f7af43ccdbed288af92adc3ac50c..d82d11abdee90b1bac4be65bee9c91a1c767ab91 100644 (file)
@@ -25,7 +25,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";