Skip to content

Commit

Permalink
Merge pull request #10214 from theanalyst/rgw/multisite-fwd-log-cleanup
Browse files Browse the repository at this point in the history
rgw: drop create_bucket in fwd_request log message

Reviewed-by: Casey Bodley <cbodley@redhat.com>
  • Loading branch information
cbodley committed Aug 8, 2016
2 parents a11a931 + 3dd465e commit 3ab6304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rgw/rgw_op.cc
Expand Up @@ -1971,7 +1971,7 @@ static int forward_request_to_master(struct req_state *s, obj_version *objv,
ldout(s->cct, 0) << "rest connection is invalid" << dendl;
return -EINVAL;
}
ldout(s->cct, 0) << "sending create_bucket request to master zonegroup" << dendl;
ldout(s->cct, 0) << "sending request to master zonegroup" << dendl;
bufferlist response;
string uid_str = s->user->user_id.to_str();
#define MAX_REST_RESPONSE (128 * 1024) // we expect a very small response
Expand Down

0 comments on commit 3ab6304

Please sign in to comment.