]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: fix typo in GetOmapKeysCR 19713/head
authorlvshanchun <lvshanchun@gmail.com>
Fri, 29 Dec 2017 02:01:12 +0000 (10:01 +0800)
committerlvshanchun <lvshanchun@gmail.com>
Fri, 29 Dec 2017 02:01:12 +0000 (10:01 +0800)
Signed-off-by: lvshanchun <lvshanchun@gmail.com>
src/rgw/rgw_cr_rados.cc

index fabf387e70f3b7a6077b27aea40299e58db87fd7..17eb4d3530136a4e1ddd9e5dbde97abf7a08f4fd 100644 (file)
@@ -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() {