mirror of
https://github.com/ceph/ceph
synced 2024-12-15 07:56:12 +00:00
rados: clean up output a bit
This commit is contained in:
parent
e83ad7c41d
commit
119c339b83
@ -339,7 +339,6 @@ int main(int argc, const char **argv)
|
||||
while (1) {
|
||||
list<object_t> vec;
|
||||
int r = rados.list(p, 1 << 10, vec, ctx);
|
||||
cout << "list result=" << r << " entries=" << vec.size() << std::endl;
|
||||
if (r < 0) {
|
||||
cerr << "got error: " << strerror(-r) << std::endl;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user