]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw_admin: flush replicalog entries
authorYehuda Sadeh <yehuda@inktank.com>
Sat, 3 Aug 2013 05:35:12 +0000 (22:35 -0700)
committerYehuda Sadeh <yehuda@inktank.com>
Mon, 5 Aug 2013 19:30:17 +0000 (12:30 -0700)
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
src/rgw/rgw_admin.cc

index 364f60f78f78cd280cecf5af2b883da8c83353fc..2b8a716115b2ead886a0a83389f6a8ad0924eaf5 100644 (file)
@@ -2175,6 +2175,8 @@ next:
       assert(0);
     }
     encode_json("bounds", bounds, formatter);
+    formatter->flush(cout);
+    cout << std::endl;
   }
 
   if (opt_cmd == OPT_REPLICALOG_DELETE) {