From: Kefu Chai Date: Tue, 17 Nov 2020 11:25:59 +0000 (+0800) Subject: mon/OSDMonitor: add a space after function name in logging message X-Git-Tag: v16.1.0~517^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F38128%2Fhead;p=ceph.git mon/OSDMonitor: add a space after function name in logging message otherwise they are cluttered in the logging message. Signed-off-by: Kefu Chai --- diff --git a/src/mon/OSDMonitor.cc b/src/mon/OSDMonitor.cc index 150d9393bf6..d36e46f7df8 100644 --- a/src/mon/OSDMonitor.cc +++ b/src/mon/OSDMonitor.cc @@ -2528,7 +2528,7 @@ bool OSDMonitor::_prune_sanitize_options() const if (txsize < prune_interval - 1) { derr << __func__ - << "'mon_osdmap_full_prune_txsize' (" << txsize + << " 'mon_osdmap_full_prune_txsize' (" << txsize << ") < 'mon_osdmap_full_prune_interval-1' (" << prune_interval - 1 << "); abort." << dendl; r = false;