]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
log: use libfmt to format string
authorKefu Chai <kchai@redhat.com>
Mon, 9 Nov 2020 16:52:16 +0000 (00:52 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 9 Nov 2020 17:18:42 +0000 (01:18 +0800)
commit5b8274f09951c7f36eb1ca1a234e7c8a08c30c9c
tree7a3f7e9e567a2e8c66163b685f75b55b1042d5bb
parent4a0a737409f8ff3a5dbb752ade485fcc287d69a6
log: use libfmt to format string

for better readability and performance, and silences the warning of
printing "pthread_t" (unsigned long int) using '%llx'

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/log/Log.cc
src/log/Log.h