From d634a5d10dfbf47e8dd169dba3acb924de63c697 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Fri, 24 Nov 2017 16:57:31 +0800 Subject: [PATCH] mon/OSDMonitor: add space after __func__ in log msg Signed-off-by: Kefu Chai --- src/mon/OSDMonitor.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3