]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
DO NOT MERGE TO MAIN
authorJon Bailey <jonathan.bailey1@ibm.com>
Wed, 16 Jul 2025 12:38:13 +0000 (13:38 +0100)
committerJon <jonathan.bailey1@ibm.com>
Mon, 6 Oct 2025 10:21:56 +0000 (11:21 +0100)
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

src/osd/PrimaryLogPG.cc

index 070e41fb34218433afaad0a0440f9c7df791c431..0a363e977ef684f0efafdaf4788ae70e0b7836b9 100644 (file)
@@ -9250,7 +9250,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;
 
@@ -9301,7 +9301,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;