]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rados: remove confusing argument echo on error 167/head
authorDan Mick <dan.mick@inktank.com>
Thu, 28 Mar 2013 17:10:26 +0000 (10:10 -0700)
committerDan Mick <dan.mick@inktank.com>
Thu, 28 Mar 2013 17:10:26 +0000 (10:10 -0700)
Signed-off-by: Dan Mick <dan.mick@inktank.com>
src/rados.cc

index 6856491014b4a8792d065b80754d30130335baa1..61265003578ec313e54551df2589e75f5d932bc8 100644 (file)
@@ -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]);