From f643de441e1d51221672e7d50aea39ce21c77b59 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Mon, 30 Sep 2019 01:19:43 +0800 Subject: [PATCH] osd/PrimaryLogPG: add closing ")" in log Signed-off-by: Kefu Chai --- src/osd/PrimaryLogPG.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3