From: Dan Mick Date: Thu, 28 Mar 2013 17:10:26 +0000 (-0700) Subject: rados: remove confusing argument echo on error X-Git-Tag: v0.62~149^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F167%2Fhead;p=ceph.git rados: remove confusing argument echo on error Signed-off-by: Dan Mick --- 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]);