From: Ali Maredia Date: Mon, 18 Mar 2019 21:33:27 +0000 (-0400) Subject: rgw: refactor remaining rgw_rest_swift logging X-Git-Tag: v15.1.0~2902^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=622ed8639f9b76eab2f46781f7bb77c368a2384c;p=ceph-ci.git rgw: refactor remaining rgw_rest_swift logging Signed-off-by: Ali Maredia --- diff --git a/src/rgw/rgw_rest_swift.cc b/src/rgw/rgw_rest_swift.cc index 9929537cb28..00ce5cdc777 100644 --- a/src/rgw/rgw_rest_swift.cc +++ b/src/rgw/rgw_rest_swift.cc @@ -2598,7 +2598,7 @@ bool RGWSwiftWebsiteHandler::is_index_present(const std::string& index) int RGWSwiftWebsiteHandler::retarget_bucket(RGWOp* op, RGWOp** new_op) { - ldout(s->cct, 10) << "Starting retarget" << dendl; + ldpp_dout(s, 10) << "Starting retarget" << dendl; RGWOp* op_override = nullptr; /* In Swift static web content is served if the request is anonymous or @@ -2632,7 +2632,7 @@ int RGWSwiftWebsiteHandler::retarget_bucket(RGWOp* op, RGWOp** new_op) int RGWSwiftWebsiteHandler::retarget_object(RGWOp* op, RGWOp** new_op) { - ldout(s->cct, 10) << "Starting object retarget" << dendl; + ldpp_dout(s, 10) << "Starting object retarget" << dendl; RGWOp* op_override = nullptr; /* In Swift static web content is served if the request is anonymous or @@ -3066,7 +3066,7 @@ RGWRESTMgr_SWIFT::get_handler(struct req_state* const s, { int ret = RGWHandler_REST_SWIFT::init_from_header(s, frontend_prefix); if (ret < 0) { - ldout(s->cct, 10) << "init_from_header returned err=" << ret << dendl; + ldpp_dout(s, 10) << "init_from_header returned err=" << ret << dendl; return nullptr; }