s4/ldap_backend: unwilling: use modern DBG_ macro
authorBjörn Jacke <bjacke@samba.org>
Mon, 25 Dec 2023 20:24:13 +0000 (21:24 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 29 Dec 2023 12:49:34 +0000 (12:49 +0000)
Signed-off-by: Bjoern Jacke <bjacke@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source4/ldap_server/ldap_backend.c

index da1ad469105a2940c48720e159ba08d9870df306..095cd4693edb71f39a363b09f3454e7cd7239800 100644 (file)
@@ -353,7 +353,7 @@ static NTSTATUS ldapsrv_unwilling(struct ldapsrv_call *call, int error)
        struct ldapsrv_reply *reply;
        struct ldap_ExtendedResponse *r;
 
-       DEBUG(10,("Unwilling type[%d] id[%d]\n", call->request->type, call->request->messageid));
+       DBG_DEBUG("type[%d] id[%d]\n", call->request->type, call->request->messageid);
 
        reply = ldapsrv_init_reply(call, LDAP_TAG_ExtendedResponse);
        if (!reply) {