]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw_rados: sanitize dout print in GWRados::get_obj_iterate_cb(...) 12767/head
authorMatt Benjamin <mbenjamin@redhat.com>
Fri, 6 Jan 2017 20:16:32 +0000 (15:16 -0500)
committerMatt Benjamin <mbenjamin@redhat.com>
Sat, 7 Jan 2017 23:34:47 +0000 (18:34 -0500)
commitc0233c4abb9f99304e3d82272bbb4385086bbfc0
treea8e9c9fce34732d9d73f60c1e650f1592a10b072
parentd10c37adf925d8b34daa81b419463ea376ec27aa
rgw_rados: sanitize dout print in GWRados::get_obj_iterate_cb(...)

We cannot assume pbl may be deferenced.  Per review, move the dout
print into the r < 0 condition--since it's now an error, make it's
trace level 0.

Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
src/rgw/rgw_rados.cc