From: Jon Bailey Date: Wed, 16 Jul 2025 12:38:13 +0000 (+0100) Subject: DO NOT MERGE TO MAIN X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=2ac04b45bc5b17f11b28286e781a0e32e19c5466;p=ceph-ci.git DO NOT MERGE TO MAIN Makes debug messages more consistent in logging of stats. Intentionally left unsigned to flag up in GitHub actions if it ends up in main. Jon --- diff --git a/src/osd/PrimaryLogPG.cc b/src/osd/PrimaryLogPG.cc index cdc5f434c75..c4f31b27ad2 100644 --- a/src/osd/PrimaryLogPG.cc +++ b/src/osd/PrimaryLogPG.cc @@ -9248,7 +9248,7 @@ void PrimaryLogPG::log_stats(hobject_t soid, f->close_section(); dout(20) << __func__ << ", soid: " << soid - << ". setattrs - OI set to "; + << " setattrs - OI set to "; f->flush(*_dout); *_dout << "bl: " << bl << dendl; @@ -9299,7 +9299,7 @@ void PrimaryLogPG::log_stats(hobject_t soid, t.dump(f); f->close_section(); dout(10) << __func__ << ", soid: " << soid - << ". INFO: oi set multiple (" + << " INFO: oi set multiple (" << oi_set_count << ") times in transaction "; f->flush(*_dout); *_dout << dendl;