]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ECBackend::try_state_to_reads: fix debug spacing
authorSamuel Just <sjust@redhat.com>
Thu, 1 Dec 2016 23:25:28 +0000 (15:25 -0800)
committerSamuel Just <sjust@redhat.com>
Fri, 2 Dec 2016 23:56:08 +0000 (15:56 -0800)
Signed-off-by: Samuel Just <sjust@redhat.com>
src/osd/ECBackend.cc

index 4bcc66200501a38bfacc67e5dedbf6bdc5073353..9406f931e23e6ba02297326f29a11a37ec3992b4 100644 (file)
@@ -1736,7 +1736,7 @@ bool ECBackend::try_state_to_reads()
   Op *op = &(waiting_state.front());
   if (op->requires_rmw() && pipeline_state.cache_invalid()) {
     dout(20) << __func__ << ": blocking " << *op
-            << " because it requires an rmw and the cache is invalid"
+            << " because it requires an rmw and the cache is invalid "
             << pipeline_state
             << dendl;
     return false;