From ac56757ab4c52a0d834fd11cde8ddf26c54f3cd4 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 8 Dec 2011 13:53:13 -0500 Subject: DEBUG: fix bad backport containing new DEBUG representation --- src/providers/ldap/sdap_async_connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/providers/ldap/sdap_async_connection.c b/src/providers/ldap/sdap_async_connection.c index 780ab1438..e176a7099 100644 --- a/src/providers/ldap/sdap_async_connection.c +++ b/src/providers/ldap/sdap_async_connection.c @@ -265,7 +265,7 @@ static void sdap_sys_connect_done(struct tevent_req *subreq) sasl_nocanon ? LDAP_OPT_ON : LDAP_OPT_OFF); if (lret != LDAP_OPT_SUCCESS) { /* Do not fail, just warn into both debug logs and syslog */ - DEBUG(SSSDBG_MINOR_FAILURE, + DEBUG(3, ("Failed to set LDAP SASL nocanon option to %s. If your system " "is configured to use SASL, LDAP operations might fail.\n", sasl_nocanon ? "true" : "false")); -- cgit