From: Sage Weil Date: Thu, 12 Oct 2017 13:48:59 +0000 (-0500) Subject: ceph-bluestore-tool: drop "action ..." print X-Git-Tag: v13.0.1~508^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5e486c2bd3414f4ee6519574d4d4584618144867;p=ceph.git ceph-bluestore-tool: drop "action ..." print Signed-off-by: Sage Weil --- diff --git a/src/os/bluestore/bluestore_tool.cc b/src/os/bluestore/bluestore_tool.cc index e0c6176d61e6..ad0fc48a8612 100644 --- a/src/os/bluestore/bluestore_tool.cc +++ b/src/os/bluestore/bluestore_tool.cc @@ -262,8 +262,6 @@ int main(int argc, char **argv) CODE_ENVIRONMENT_UTILITY, 0); common_init_finish(cct.get()); - cout << "action " << action << std::endl; - if (action == "fsck" || action == "repair") { validate_path(cct.get(), path, false);