]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
log: fix the formatting when dumping thread IDs. 41155/head
authorRadoslaw Zarzynski <rzarzyns@redhat.com>
Tue, 4 May 2021 19:15:56 +0000 (19:15 +0000)
committerRadoslaw Zarzynski <rzarzyns@redhat.com>
Tue, 4 May 2021 19:23:50 +0000 (19:23 +0000)
commit14706f9a568b0fe8994edc81583872ba135523ec
tree3ccedc1aa1f3115ed264879d3bf29370360d8ca7
parent06d18bc36a665ee25611181d6c4b9fe574a67760
log: fix the formatting when dumping thread IDs.

When switching to `fmt::format()` we accidentaly changed
the format of how we dump threads ID in `Log::dump_recent()`.
This commit rectifies that.

Fixes: https://tracker.ceph.com/issues/50653
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
src/log/Log.cc