mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
Merge pull request #36844 from BryceCao/wip-correct-log-output
rgw: correct log output when decode bucket CORS attr
This commit is contained in:
commit
9d14078d6c
@ -1424,7 +1424,7 @@ int RGWOp::read_bucket_cors()
|
||||
try {
|
||||
bucket_cors.decode(iter);
|
||||
} catch (buffer::error& err) {
|
||||
ldpp_dout(this, 0) << "ERROR: could not decode policy, caught buffer::error" << dendl;
|
||||
ldpp_dout(this, 0) << "ERROR: could not decode CORS, caught buffer::error" << dendl;
|
||||
return -EIO;
|
||||
}
|
||||
if (s->cct->_conf->subsys.should_gather<ceph_subsys_rgw, 15>()) {
|
||||
|
Loading…
Reference in New Issue
Block a user