]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
rgw: drop create_bucket in fwd_request log message
authorAbhishek Lekshmanan <abhishek@suse.com>
Fri, 8 Jul 2016 15:10:52 +0000 (17:10 +0200)
committerAbhishek Lekshmanan <abhishek@suse.com>
Fri, 8 Jul 2016 15:10:52 +0000 (17:10 +0200)
Since both create and delete bucket use the same function

Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
src/rgw/rgw_op.cc

index b3833e1e2e8292c852e2fd99bb8ffd882c5cd4b2..c6136461307f3ba28bc51cd30965f3ba844b7daf 100644 (file)
@@ -1934,7 +1934,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