From: Kefu Chai Date: Sun, 29 Sep 2019 17:19:43 +0000 (+0800) Subject: osd/PrimaryLogPG: add closing ")" in log X-Git-Tag: v15.1.0~1371^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f643de441e1d51221672e7d50aea39ce21c77b59;p=ceph.git osd/PrimaryLogPG: add closing ")" in log Signed-off-by: Kefu Chai --- diff --git a/src/osd/PrimaryLogPG.cc b/src/osd/PrimaryLogPG.cc index 0cd2cb03a18b..0a3afdfbce58 100644 --- a/src/osd/PrimaryLogPG.cc +++ b/src/osd/PrimaryLogPG.cc @@ -806,7 +806,7 @@ void PrimaryLogPG::recheck_readable() if (mnow < prior_readable_until_ub) { dout(10) << __func__ << " still wait (mnow " << mnow << " < prior_readable_until_ub " << prior_readable_until_ub - << dendl; + << ")" << dendl; } else { dout(10) << __func__ << " no longer wait (mnow " << mnow << " >= prior_readable_until_ub " << prior_readable_until_ub