]> 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>
Fri, 3 Oct 2025 13:31:28 +0000 (14:31 +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 cdc5f434c75d4e537dedbce3e1afea55c74a8a6d..c4f31b27ad2e883b5dbf4e3dda06c835044cf524 100644 (file)
@@ -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;