mirror of
https://github.com/ceph/ceph
synced 2024-12-22 03:22:00 +00:00
rgw: fix typo in GetOmapKeysCR
Signed-off-by: lvshanchun <lvshanchun@gmail.com>
This commit is contained in:
parent
34f17c299e
commit
b30650ba10
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user