]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: add missing space in heartbeat debug output
authorSage Weil <sage@redhat.com>
Thu, 11 Oct 2018 19:28:58 +0000 (14:28 -0500)
committerSage Weil <sage@redhat.com>
Mon, 15 Oct 2018 20:01:40 +0000 (15:01 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/OSD.cc

index 6f18c6454c609e1b8381318de9eb7566bf22d068..568c14663d3b2f09fe1d5aacfba2ead4dea2f553 100644 (file)
@@ -4834,7 +4834,7 @@ void OSD::heartbeat_check()
 
     if (p->second.first_tx == utime_t()) {
       dout(25) << "heartbeat_check we haven't sent ping to osd." << p->first
-               << "yet, skipping" << dendl;
+               << " yet, skipping" << dendl;
       continue;
     }