From: Orit Wasserman Date: Thu, 27 Apr 2017 20:40:08 +0000 (+0300) Subject: rgw: replace dout with ldout X-Git-Tag: v12.1.0~276^2~76 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5828d4a6703f7c9a46bdf01bbda14e4e4dcf8f0c;p=ceph-ci.git rgw: replace dout with ldout Signed-off-by: Orit Wasserman --- diff --git a/src/rgw/rgw_reshard.cc b/src/rgw/rgw_reshard.cc index 909802579bb..dc67f574247 100644 --- a/src/rgw/rgw_reshard.cc +++ b/src/rgw/rgw_reshard.cc @@ -50,7 +50,7 @@ int RGWReshard::add(cls_rgw_reshard_entry& entry) ret = l.lock_exclusive(&io_ctx, reshard_oid); if (ret == -EBUSY) { - dout(0) << "RGWReshard::add failed to acquire lock on " << reshard_oid << dendl; + ldout(cct, 0) << "RGWReshard::add failed to acquire lock on " << reshard_oid << dendl; return 0; } if (ret < 0) @@ -77,7 +77,7 @@ int RGWReshard::list(string& marker, uint32_t max, std::list