Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rgw/rgw_op.cc: Fix error message in rgw_user_get_all_buckets_stats #18781

Merged
merged 1 commit into from Nov 9, 2017
Merged

rgw/rgw_op.cc: Fix error message in rgw_user_get_all_buckets_stats #18781

merged 1 commit into from Nov 9, 2017

Conversation

iliul
Copy link
Contributor

@iliul iliul commented Nov 7, 2017

Signed-off-by: iliul liul.stone@gmail.com

return;
}

op_ret = rgw_user_get_all_buckets_stats(store, s->user->user_id, buckets_usage);
if (op_ret < 0) {
cerr << "ERROR: failed to sync user stats: " << std::endl;
cerr << "ERROR: failed to get user's buckets stats" << std::endl;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops, could you change this from cerr to ldout while you're at it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cbodley done!

Signed-off-by: iliul <liul.stone@gmail.com>
@cbodley
Copy link
Contributor

cbodley commented Nov 9, 2017

jenkins test this please

@cbodley cbodley merged commit 36d83f1 into ceph:master Nov 9, 2017
@iliul iliul deleted the correct-error-messages branch November 10, 2017 02:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants