]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mon/OSDMonitor: add a space after __func__ in log message
authorKefu Chai <kchai@redhat.com>
Sat, 3 Jun 2017 17:37:05 +0000 (01:37 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 3 Jun 2017 17:37:05 +0000 (01:37 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/mon/OSDMonitor.cc

index 624c1c0ba343d7fba54e5af9daaaefd8077bc799..9d92130aeca1a75308ef006d28a2114389e9145f 100644 (file)
@@ -3093,7 +3093,7 @@ void OSDMonitor::send_incremental(epoch_t first,
          << " to " << session->inst << dendl;
 
   if (first <= session->osd_epoch) {
-    dout(10) << __func__ << session->inst << " should already have epoch "
+    dout(10) << __func__ << " " << session->inst << " should already have epoch "
             << session->osd_epoch << dendl;
     first = session->osd_epoch + 1;
   }