From: lvshanchun Date: Fri, 29 Dec 2017 02:01:12 +0000 (+0800) Subject: rgw: fix typo in GetOmapKeysCR X-Git-Tag: v13.0.2~704^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F19713%2Fhead;p=ceph.git rgw: fix typo in GetOmapKeysCR Signed-off-by: lvshanchun --- diff --git a/src/rgw/rgw_cr_rados.cc b/src/rgw/rgw_cr_rados.cc index fabf387e70f3b..17eb4d3530136 100644 --- a/src/rgw/rgw_cr_rados.cc +++ b/src/rgw/rgw_cr_rados.cc @@ -254,7 +254,7 @@ RGWRadosGetOmapKeysCR::RGWRadosGetOmapKeysCR(RGWRados *_store, entries(_entries), max_entries(_max_entries), rval(0), obj(_obj), cn(NULL) { - set_description() << "set omap keys dest=" << obj << " marker=" << marker; + set_description() << "get omap keys dest=" << obj << " marker=" << marker; } int RGWRadosGetOmapKeysCR::send_request() {