From: Kurt Zeilenga Date: Mon, 30 Sep 2002 20:00:13 +0000 (+0000) Subject: Fix typo in last commit. X-Git-Tag: OPENLDAP_REL_ENG_2_1_6~34 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=46cb17855ebcf3969ae711cdef0020227ccdada8;p=openldap Fix typo in last commit. --- diff --git a/servers/slapd/config.c b/servers/slapd/config.c index 6c66180bff..1f890888ea 100644 --- a/servers/slapd/config.c +++ b/servers/slapd/config.c @@ -906,11 +906,11 @@ read_config( const char *fname, int depth ) if( 1 ) { #ifdef NEW_LOGGING LDAP_LOG( CONFIG, CRIT, - "%s: line %d: suffixAlias is no longer supported.\n" + "%s: line %d: suffixAlias is no longer supported.\n", fname, lineno, 0 ); #else Debug( LDAP_DEBUG_ANY, - "%s: line %d: suffixAlias is no longer supported.\n" + "%s: line %d: suffixAlias is no longer supported.\n", fname, lineno, 0 ); #endif