From bf7cbdfe0e6eb600f769a850ccc4355f32230513 Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Thu, 28 Mar 2013 10:10:26 -0700 Subject: [PATCH] rados: remove confusing argument echo on error Signed-off-by: Dan Mick --- src/rados.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rados.cc b/src/rados.cc index 6856491014b4..61265003578e 100644 --- a/src/rados.cc +++ b/src/rados.cc @@ -1804,7 +1804,6 @@ static int rados_tool_common(const std::map < std::string, std::string > &opts, << " This will PERMANENTLY DESTROY an entire pool of objects with no way back.\n" << " To confirm, pass the pool to remove twice, followed by\n" << " --yes-i-really-really-mean-it" << std::endl; - cout << nargs << std::endl; return 1; } ret = rados.pool_delete(nargs[1]); -- 2.47.3