From: Radoslaw Zarzynski Date: Thu, 27 Sep 2018 20:15:03 +0000 (-0400) Subject: osd: bump-up the dout level in PGLog::write_log_and_missing. X-Git-Tag: v14.0.1~57^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d696abca212a42ee469a0bd9757a13b1f22902e4;p=ceph.git osd: bump-up the dout level in PGLog::write_log_and_missing. Signed-off-by: Radoslaw Zarzynski --- diff --git a/src/osd/PGLog.cc b/src/osd/PGLog.cc index 93cb64ba8c3..1ed178b3cd3 100644 --- a/src/osd/PGLog.cc +++ b/src/osd/PGLog.cc @@ -595,7 +595,7 @@ void PGLog::write_log_and_missing( bool require_rollback) { if (is_dirty()) { - dout(5) << "write_log_and_missing with: " + dout(6) << "write_log_and_missing with: " << "dirty_to: " << dirty_to << ", dirty_from: " << dirty_from << ", writeout_from: " << writeout_from