]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd/PrimaryLogPG: add closing ")" in log 30639/head
authorKefu Chai <kchai@redhat.com>
Sun, 29 Sep 2019 17:19:43 +0000 (01:19 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 30 Sep 2019 08:25:02 +0000 (16:25 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/osd/PrimaryLogPG.cc

index 0cd2cb03a18ba792afaa7ae7d61ce04aeb09e641..0a3afdfbce58afadb88b7e40a136956e07c1fc88 100644 (file)
@@ -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