From fdcd77bcc06e1affd5fcc0039d93685516bcabac Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Tue, 6 Oct 2020 17:59:44 -0400 Subject: [PATCH] rgw: fix up BucketShardIncrementalSync log message Signed-off-by: Casey Bodley --- src/rgw/rgw_data_sync.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rgw/rgw_data_sync.cc b/src/rgw/rgw_data_sync.cc index 3778784fb3481..7e522a7c09825 100644 --- a/src/rgw/rgw_data_sync.cc +++ b/src/rgw/rgw_data_sync.cc @@ -4152,7 +4152,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)); -- 2.39.5