From d696abca212a42ee469a0bd9757a13b1f22902e4 Mon Sep 17 00:00:00 2001 From: Radoslaw Zarzynski Date: Thu, 27 Sep 2018 16:15:03 -0400 Subject: [PATCH] osd: bump-up the dout level in PGLog::write_log_and_missing. Signed-off-by: Radoslaw Zarzynski --- src/osd/PGLog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osd/PGLog.cc b/src/osd/PGLog.cc index 93cb64ba8c397..1ed178b3cd3a7 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 -- 2.39.5