From b30650ba10cc4e02d927ac3b75974c51b7fae4fc Mon Sep 17 00:00:00 2001 From: lvshanchun Date: Fri, 29 Dec 2017 10:01:12 +0800 Subject: [PATCH] rgw: fix typo in GetOmapKeysCR Signed-off-by: lvshanchun --- src/rgw/rgw_cr_rados.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.39.5