40 #if defined(USE_SASL_AUTH) && defined(USE_CYRUS_SASL)
47 int xsasl_cyrus_log(
void *unused_context,
int priority,
55 #ifdef SASL_LOG_WARNING
56 case SASL_LOG_WARNING:
58 msg_warn(
"SASL authentication problem: %s", message);
63 msg_info(
"SASL authentication info: %s", message);
69 msg_info(
"SASL authentication info: %s", message);
75 msg_warn(
"SASL authentication failure: %s", message);
82 msg_info(
"SASL authentication debug: %s", message);
89 msg_info(
"SASL authentication trace: %s", message);
97 msg_info(
"SASL authentication pass: %s", message);
void msg_warn(const char *fmt,...)
void msg_info(const char *fmt,...)