]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-bluestore-tool: drop "action ..." print
authorSage Weil <sage@redhat.com>
Thu, 12 Oct 2017 13:48:59 +0000 (08:48 -0500)
committerSage Weil <sage@redhat.com>
Thu, 19 Oct 2017 13:22:02 +0000 (08:22 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 5e486c2bd3414f4ee6519574d4d4584618144867)

src/os/bluestore/bluestore_tool.cc

index e0c6176d61e6a1afadac37e54fc3db33e9801a4d..ad0fc48a861272e07fbc8aa18af9d9cdce93cebe 100644 (file)
@@ -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);