]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mon: fix debug spacing
authorPatrick Donnelly <pdonnell@redhat.com>
Wed, 14 Jul 2021 20:23:47 +0000 (13:23 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Wed, 28 Jul 2021 14:07:05 +0000 (07:07 -0700)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/mon/PaxosService.cc

index 94caea425747493146c171eb1d8708ed6d45188c..33059f696bbe37ed31d6848666216d0fefe22a79 100644 (file)
@@ -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;
   }