]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
src: balance std::hex and std::dec manipulators 22287/head
authorKefu Chai <kchai@redhat.com>
Tue, 29 May 2018 03:01:43 +0000 (11:01 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 29 May 2018 17:50:39 +0000 (01:50 +0800)
commit17803c91a6a19ee6d481095bfe0a66d09c52acb0
treea569c38989fe7b1f7c21c6c250c1df4d9047d76a
parent949038ee693f608e0c174bfd69eaa0e564921a27
src: balance std::hex and std::dec manipulators

we're caching the "t_os.streambuf", so the fmtflags persist across
log entries. to avoid this side effects, we should do the cleanup
before finishing each log entry.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/auth/cephx/CephxClientHandler.cc
src/client/Client.cc
src/mds/Locker.cc
src/mgr/DaemonServer.cc
src/mon/OSDMonitor.cc
src/os/bluestore/BlueStore.cc
src/osd/PrimaryLogPG.cc
src/tools/rbd_nbd/rbd-nbd.cc