rgw: fix typo in GetOmapKeysCR

Signed-off-by: lvshanchun <lvshanchun@gmail.com>
This commit is contained in:
lvshanchun 2017-12-29 10:01:12 +08:00
parent 34f17c299e
commit b30650ba10

View 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() {