]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw/rgw_json_enc: dump obj using dump_stream()
authorKefu Chai <kchai@redhat.com>
Mon, 16 Aug 2021 08:21:42 +0000 (16:21 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 16 Aug 2021 08:33:18 +0000 (16:33 +0800)
commitcd30a7e5b4acda511de7218f39aa63d8cbf02060
treecba6247401a042a4c7abd36ed29a573013728cf0
parent22095f4bd831f0d736ba364ea9e46febe06576f9
rgw/rgw_json_enc: dump obj using dump_stream()

use dump_stream() instead of dump_string() for dumping stringify object.

more readably this way.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/rgw/rgw_json_enc.cc