diff --git a/servers/slapd/controls.c b/servers/slapd/controls.c index 9d95f9d..2f250f3 100644 --- a/servers/slapd/controls.c +++ b/servers/slapd/controls.c @@ -536,7 +536,7 @@ slap_global_control( Operation *op, const char *oid, int *cid ) if ( ctrl == NULL ) { /* should not be reachable */ - Debug( LDAP_DEBUG_ANY, + Debug( LDAP_DEBUG_TRACE, "slap_global_control: unrecognized control: %s\n", oid, 0, 0 ); return LDAP_CONTROL_NOT_FOUND; @@ -1005,7 +1005,7 @@ slap_remove_control( op->o_ctrlflag[ ctrl ] = SLAP_CONTROL_IGNORED; - Debug( LDAP_DEBUG_ANY, "%s: " + Debug( LDAP_DEBUG_TRACE, "%s: " "non-critical control \"%s\" not supported; stripped.\n", op->o_log_prefix, slap_known_controls[ ctrl ], 0 ); /* fall thru */