]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_reshard.cc
import ceph nautilus 14.2.2
[ceph.git] / ceph / src / rgw / rgw_reshard.cc
index a8e57a6805e80c0179f83502caa9a81b345cd89a..34df7d35aec9d2abe9184eb6bc13aa4480c1bbef 100644 (file)
@@ -1079,7 +1079,7 @@ int RGWReshard::process_all_logshards()
     string logshard;
     get_logshard_oid(i, &logshard);
 
-    ldout(store->ctx(), 20) << "proceeding logshard = " << logshard << dendl;
+    ldout(store->ctx(), 20) << "processing logshard = " << logshard << dendl;
 
     ret = process_single_logshard(i);
     if (ret <0) {