From 01ac714aa3522dde130b48d5901e72533aa423b1 Mon Sep 17 00:00:00 2001 From: David Zafman Date: Thu, 26 Oct 2017 10:36:32 -0700 Subject: [PATCH] osd: cleanup: Fix log message Signed-off-by: David Zafman --- src/osd/PrimaryLogPG.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osd/PrimaryLogPG.cc b/src/osd/PrimaryLogPG.cc index 7310c8699c9..52823d4c9b8 100644 --- a/src/osd/PrimaryLogPG.cc +++ b/src/osd/PrimaryLogPG.cc @@ -11632,7 +11632,7 @@ void PrimaryLogPG::on_activate() void PrimaryLogPG::_on_new_interval() { - dout(20) << __func__ << "checking missing set deletes flag. missing = " << pg_log.get_missing() << dendl; + dout(20) << __func__ << " checking missing set deletes flag. missing = " << pg_log.get_missing() << dendl; if (!pg_log.get_missing().may_include_deletes && get_osdmap()->test_flag(CEPH_OSDMAP_RECOVERY_DELETES)) { pg_log.rebuild_missing_set_with_deletes(osd->store, coll, info); -- 2.39.5