]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: fix up BucketShardIncrementalSync log message
authorCasey Bodley <cbodley@redhat.com>
Tue, 6 Oct 2020 21:59:44 +0000 (17:59 -0400)
committerCasey Bodley <cbodley@redhat.com>
Thu, 4 Feb 2021 21:11:30 +0000 (16:11 -0500)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/rgw_data_sync.cc

index 775773bd96e31072ef2d7fd3522e90410145f699..8a23b363a8b72039a1cae498711005882136a877 100644 (file)
@@ -4145,7 +4145,7 @@ int RGWBucketShardIncrementalSyncCR::operate()
         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));