]> git.sur5r.net Git - openldap/commitdiff
Fix typo in last commit.
authorKurt Zeilenga <kurt@openldap.org>
Mon, 30 Sep 2002 20:00:13 +0000 (20:00 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 30 Sep 2002 20:00:13 +0000 (20:00 +0000)
servers/slapd/config.c

index 6c66180bff7c0297080ac7f0a6104ccfb80d0408..1f890888ea32be81d1874f5f7c1015c630ffac14 100644 (file)
@@ -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