From: Pierangelo Masarati Date: Sat, 14 Jul 2007 16:17:20 +0000 (+0000) Subject: fix minor error message X-Git-Tag: OPENLDAP_REL_ENG_2_4_MP~328 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0122f258530b7cdb3f8bd7d88524006348a0c339;p=openldap fix minor error message --- diff --git a/servers/slapd/back-ldap/config.c b/servers/slapd/back-ldap/config.c index 78a2f2d25c..21d381c518 100644 --- a/servers/slapd/back-ldap/config.c +++ b/servers/slapd/back-ldap/config.c @@ -1650,8 +1650,8 @@ done_url:; if ( li->li_uri == NULL ) { snprintf( c->msg, sizeof( c->msg ), - "need URI to discover \"cancel\" support " - "in \"cancel exop-discover\"" ); + "need URI to discover absolute filters support " + "in \"t-f-support discover\"" ); Debug( LDAP_DEBUG_ANY, "%s: %s.\n", c->log, c->msg, 0 ); return 1; }