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>
{
// Should add code to only print the SHA1 hash of the key, unless in secure debugging mode
-
+#ifndef WITH_SEASTAR
ldout(cct,10) << "In get_auth_session_handler for protocol " << protocol << dendl;
-
+#endif
switch (protocol) {
case CEPH_AUTH_CEPHX:
// if there is no session key, there is no session handler.