]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
PGLog: fix logging whitespace in trim
authorSamuel Just <sam.just@inktank.com>
Fri, 30 May 2014 22:40:15 +0000 (15:40 -0700)
committerSamuel Just <sam.just@inktank.com>
Fri, 27 Jun 2014 18:09:35 +0000 (11:09 -0700)
Signed-off-by: Samuel Just <sam.just@inktank.com>
src/osd/PGLog.cc

index c3addd78728c72488243b940ea6500351d4bbdc7..ecf54a8e6ba6ebf808d0638c25d40bd61ef5e47a 100644 (file)
@@ -59,7 +59,8 @@ void PGLog::IndexedLog::trim(
 {
   if (complete_to != log.end() &&
       complete_to->version <= s) {
-    generic_dout(0) << " bad trim to " << s << " when complete_to is " << complete_to->version
+    generic_dout(0) << " bad trim to " << s << " when complete_to is "
+                   << complete_to->version
                    << " on " << *this << dendl;
   }