From 4b2f82ca5ea2b5b21ffd0c9fab3c385d75cb26af Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 11 Oct 2018 14:28:58 -0500 Subject: [PATCH] osd: add missing space in heartbeat debug output Signed-off-by: Sage Weil --- src/osd/OSD.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osd/OSD.cc b/src/osd/OSD.cc index 6f18c6454c6..568c14663d3 100644 --- a/src/osd/OSD.cc +++ b/src/osd/OSD.cc @@ -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; } -- 2.39.5