]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
librbd/pwl: don't need print cache_bl contents. 43677/head
authorJianpeng Ma <jianpeng.ma@intel.com>
Wed, 27 Oct 2021 01:32:59 +0000 (09:32 +0800)
committerJianpeng Ma <jianpeng.ma@intel.com>
Wed, 27 Oct 2021 01:32:59 +0000 (09:32 +0800)
It will produce  very very larger message.

Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
src/librbd/cache/pwl/LogEntry.cc

index 63873f748d9080ba91a51741bbcbcdf2b5a7ecbc..4118a9e3e3301853bef154b7d9c3ee57d33eb1b1 100644 (file)
@@ -94,7 +94,6 @@ std::ostream& WriteLogEntry::format(std::ostream &os) const {
   os << ", "
      << "cache_buffer=" << (void*)cache_buffer << ", ";
   os << "cache_bp=" << cache_bp << ", ";
-  os << "cache_bl=" << cache_bl << ", ";
   os << "bl_refs=" << bl_refs;
   return os;
 }