From 6e17557f288aa7686b8b68c1df31a9a8c26912ac Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 12 Oct 2017 08:48:59 -0500 Subject: [PATCH] ceph-bluestore-tool: drop "action ..." print Signed-off-by: Sage Weil (cherry picked from commit 5e486c2bd3414f4ee6519574d4d4584618144867) --- src/os/bluestore/bluestore_tool.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/os/bluestore/bluestore_tool.cc b/src/os/bluestore/bluestore_tool.cc index e0c6176d61e6a..ad0fc48a86127 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); -- 2.39.5