mirror of
https://github.com/ceph/ceph
synced 2025-01-03 09:32:43 +00:00
Merge pull request #34653 from clwluvw/bucket-stats
rgw: Add bucket name to bucket stats error logging
This commit is contained in:
commit
ec13f4a72e
@ -1322,7 +1322,7 @@ static int bucket_stats(rgw::sal::RGWRadosStore *store,
|
||||
&bucket_ver, &master_ver, stats,
|
||||
&max_marker);
|
||||
if (ret < 0) {
|
||||
cerr << "error getting bucket stats ret=" << ret << std::endl;
|
||||
cerr << "error getting bucket stats bucket=" << bucket.name << " ret=" << ret << std::endl;
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user