]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
common: remove useless log_early check condition here
authorChangcheng Liu <changcheng.liu@aliyun.com>
Wed, 16 Sep 2020 01:50:54 +0000 (09:50 +0800)
committerIlya Dryomov <idryomov@gmail.com>
Thu, 1 Apr 2021 17:13:53 +0000 (19:13 +0200)
commit0b77442b7ed8796eb5d7c609466b21f926efd0a0
treeee9c2342e52548919dc878c0259f0492c7eea7c4
parent5feb67b5bda898b8c739180363606432d4f39831
common: remove useless log_early check condition here

The code logic shows that Log thread needs to be started even
log_early is false.

Signed-off-by: Changcheng Liu <changcheng.liu@aliyun.com>
(cherry picked from commit 71d4178ff453fe3126258f11078048d51398886d)
src/global/global_init.cc