From 9ad6b5435042a324e4f4fe6f3886cea50088a693 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Tue, 17 Nov 2020 19:25:59 +0800 Subject: [PATCH] mon/OSDMonitor: add a space after function name in logging message otherwise they are cluttered in the logging message. Signed-off-by: Kefu Chai --- src/mon/OSDMonitor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mon/OSDMonitor.cc b/src/mon/OSDMonitor.cc index 150d9393bf6f..d36e46f7df84 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; -- 2.47.3