From: Yehuda Sadeh Date: Sat, 3 Aug 2013 05:35:12 +0000 (-0700) Subject: rgw_admin: flush replicalog entries X-Git-Tag: v0.67~27 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b165d33a89453cf0164a6eec388e00a1daa0eb26;p=ceph.git rgw_admin: flush replicalog entries Signed-off-by: Yehuda Sadeh Reviewed-by: Josh Durgin --- diff --git a/src/rgw/rgw_admin.cc b/src/rgw/rgw_admin.cc index 364f60f78f7..2b8a716115b 100644 --- a/src/rgw/rgw_admin.cc +++ b/src/rgw/rgw_admin.cc @@ -2175,6 +2175,8 @@ next: assert(0); } encode_json("bounds", bounds, formatter); + formatter->flush(cout); + cout << std::endl; } if (opt_cmd == OPT_REPLICALOG_DELETE) {