]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mon/OSDMonitor: add a space after function name in logging message 38128/head
authorKefu Chai <kchai@redhat.com>
Tue, 17 Nov 2020 11:25:59 +0000 (19:25 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 17 Nov 2020 11:29:50 +0000 (19:29 +0800)
otherwise they are cluttered in the logging message.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/mon/OSDMonitor.cc

index 150d9393bf6fe7af0195169c0035308cef2c0c86..d36e46f7df840d7923490e9849ff619f9d462929 100644 (file)
@@ -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;