From: Kefu Chai Date: Fri, 24 Nov 2017 08:57:31 +0000 (+0800) Subject: mon/OSDMonitor: add space after __func__ in log msg X-Git-Tag: v13.0.1~101^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F19127%2Fhead;p=ceph.git mon/OSDMonitor: add space after __func__ in log msg Signed-off-by: Kefu Chai --- diff --git a/src/mon/OSDMonitor.cc b/src/mon/OSDMonitor.cc index e7d250b61121..6a6a29ec2356 100644 --- a/src/mon/OSDMonitor.cc +++ b/src/mon/OSDMonitor.cc @@ -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