From: Casey Bodley Date: Tue, 6 Oct 2020 21:59:44 +0000 (-0400) Subject: rgw: fix up BucketShardIncrementalSync log message X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=12987bea2183a63369326589b52fcc1083391dae;p=ceph.git rgw: fix up BucketShardIncrementalSync log message Signed-off-by: Casey Bodley --- diff --git a/src/rgw/rgw_data_sync.cc b/src/rgw/rgw_data_sync.cc index 49ca9665a294..3c997e453d92 100644 --- a/src/rgw/rgw_data_sync.cc +++ b/src/rgw/rgw_data_sync.cc @@ -4146,7 +4146,7 @@ int RGWBucketShardIncrementalSyncCR::operate(const DoutPrefixProvider *dpp) tn->log(0, "ERROR: lease is not taken, abort"); return set_cr_error(-ECANCELED); } - tn->log(20, SSTR("listing bilog for incremental sync" << sync_info.inc_marker.position)); + tn->log(20, SSTR("listing bilog for incremental sync; position=" << sync_info.inc_marker.position)); set_status() << "listing bilog; position=" << sync_info.inc_marker.position; yield call(new RGWListBucketIndexLogCR(sc, bs, sync_info.inc_marker.position, &list_result));