From: Patrick Donnelly Date: Wed, 14 Jul 2021 20:23:47 +0000 (-0700) Subject: mon: fix debug spacing X-Git-Tag: v17.1.0~1262^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=147c27c033005f311c7fdce0b80b57f2de47674e;p=ceph.git mon: fix debug spacing Signed-off-by: Patrick Donnelly --- diff --git a/src/mon/PaxosService.cc b/src/mon/PaxosService.cc index 94caea425747..33059f696bbe 100644 --- a/src/mon/PaxosService.cc +++ b/src/mon/PaxosService.cc @@ -379,7 +379,7 @@ void PaxosService::maybe_trim() version_t trim_to = get_trim_to(); if (trim_to < get_first_committed()) { - dout(10) << __func__ << " trim_to " << trim_to << " < first_committed" + dout(10) << __func__ << " trim_to " << trim_to << " < first_committed " << get_first_committed() << dendl; return; }