]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mon/OSDMonitor: add space after __func__ in log msg 19127/head
authorKefu Chai <kchai@redhat.com>
Fri, 24 Nov 2017 08:57:31 +0000 (16:57 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 24 Nov 2017 08:57:56 +0000 (16:57 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/mon/OSDMonitor.cc

index e7d250b61121a533a363b2a3ef221b6e8e40c3fc..6a6a29ec235617e26d393d9943e4ca872202fcea 100644 (file)
@@ -857,8 +857,8 @@ void OSDMonitor::prime_pg_temp(
 
   if (next_up == next_acting) {
     acting.clear();
-    dout(20) << __func__ << "next_up === next_acting now, clear pg_temp"
-             << dendl;
+    dout(20) << __func__ << " next_up == next_acting now, clear pg_temp"
+            << dendl;
   }
 
   dout(20) << __func__ << " " << pgid << " " << up << "/" << acting