From: Howard Chu Date: Mon, 5 Feb 2024 15:48:31 +0000 (+0000) Subject: slapo-autogroup: fix typo in Debug msg X-Git-Tag: OPENLDAP_REL_ENG_2_5_18~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8111aea1147818f09fbf0159a3e4f7e9b6d5e36b;p=thirdparty%2Fopenldap.git slapo-autogroup: fix typo in Debug msg Was present in original commit 946e8591088b557cbd326a904c138d910a7b9f9e --- diff --git a/contrib/slapd-modules/autogroup/autogroup.c b/contrib/slapd-modules/autogroup/autogroup.c index cbcedfebf6..fa888936d1 100644 --- a/contrib/slapd-modules/autogroup/autogroup.c +++ b/contrib/slapd-modules/autogroup/autogroup.c @@ -1936,7 +1936,7 @@ ag_cfgen( ConfigArgs *c ) if( !is_at_subtype( member_url_ad->ad_type, slap_schema.si_ad_labeledURI->ad_type ) ) { snprintf( c->cr_msg, sizeof( c->cr_msg ), "\"autogroup-attrset \": " - "AttributeDescription \"%s\" ", + "AttributeDescription \"%s\" " "must be of a subtype \"labeledURI\"", c->argv[ 2 ] ); Debug( LDAP_DEBUG_ANY, "%s: %s.\n",