From c31b795210d104c27c10d21384cd0b2fdbd3aa89 Mon Sep 17 00:00:00 2001 From: Ronen Friedman Date: Sat, 23 Dec 2023 06:40:06 -0600 Subject: [PATCH] osd/scrub: downgrade one periodic log message to l.25 Signed-off-by: Ronen Friedman --- src/osd/scrubber/pg_scrubber.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osd/scrubber/pg_scrubber.cc b/src/osd/scrubber/pg_scrubber.cc index 9dd35d61871c0..253962f0fd492 100644 --- a/src/osd/scrubber/pg_scrubber.cc +++ b/src/osd/scrubber/pg_scrubber.cc @@ -2416,7 +2416,7 @@ void PgScrubber::update_scrub_stats(ceph::coarse_real_clock::time_point now_is) /// \todo use the date library (either the one included in Arrow or directly) /// to get the formatting of the time_points. - if (g_conf()->subsys.should_gather()) { + if (g_conf()->subsys.should_gather()) { // will only create the debug strings if required char buf[50]; auto printable_last = fmt::localtime(clock::to_time_t(m_last_stat_upd)); -- 2.39.5