]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_common.h
update sources to 12.2.7
[ceph.git] / ceph / src / rgw / rgw_common.h
index 4523f2d61ec3be20ce953822d62489d43582ecb9..281c8545fa5ef4992ecfbff1cfa8a154da36052a 100644 (file)
@@ -1099,7 +1099,7 @@ struct rgw_bucket {
 WRITE_CLASS_ENCODER(rgw_bucket)
 
 inline ostream& operator<<(ostream& out, const rgw_bucket &b) {
-  out << b.name << "[" << b.marker << "])";
+  out << b.name << "[" << b.marker << "]";
   return out;
 }