]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/librbd/cache/pwl/rwl/Request.cc
import quincy beta 17.1.0
[ceph.git] / ceph / src / librbd / cache / pwl / rwl / Request.cc
index 09158127241a33ded3d6b6460e167277e4faf86b..a6b81d55b32efa4a12556e25b5fa260cdeab310b 100644 (file)
@@ -49,10 +49,10 @@ template <typename T>
 std::ostream &operator<<(std::ostream &os,
                          const C_CompAndWriteRequest<T> &req) {
   os << (C_WriteRequest<T>&)req
-     << "cmp_bl=" << req.cmp_bl << ", "
-     << "read_bl=" << req.read_bl << ", "
-     << "compare_succeeded=" << req.compare_succeeded << ", "
-     << "mismatch_offset=" << req.mismatch_offset;
+     << " cmp_bl=" << req.cmp_bl
+     << ", read_bl=" << req.read_bl
+     << ", compare_succeeded=" << req.compare_succeeded
+     << "mismatch_offset=" << req.mismatch_offset;
   return os;
 }