]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
auth: do not use cct unless i have to
authorKefu Chai <kchai@redhat.com>
Fri, 26 Apr 2019 03:39:12 +0000 (11:39 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 28 Apr 2019 16:12:57 +0000 (00:12 +0800)
commitadc65bcbe4fd09aeea7e87a278961051470f0b08
tree6c9c099178125d6b9aabc980529fc68abb24c3ef
parent66b1f5537d774dc01935a6c356d9af5087c4a78c
auth: do not use cct unless i have to

crimson messenger's tests does not use ConfigProxy at the time of writing,
and ldout() cannot tell if a log message should be written to the
logfile or not without querying config subsystem, so, to avoid involving
config system in crimson messenger's tests, the log line is disabled if
WITH_SEASTAR, we will kill this workaround once we ditch crimson/net/Config.h.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/auth/AuthSessionHandler.cc