]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Fix updateref error message
authorKurt Zeilenga <kurt@openldap.org>
Wed, 24 Oct 2001 06:15:53 +0000 (06:15 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 24 Oct 2001 06:15:53 +0000 (06:15 +0000)
servers/slapd/config.c

index 26a8cce59876deaa3a556fb5c868d02f772e4cc5..4f6b1d90394bcbbbf4e7d60aff4e26d3e49a0dd2 100644 (file)
@@ -998,7 +998,7 @@ read_config( const char *fname )
                } else if ( strcasecmp( cargv[0], "updateref" ) == 0 ) {
                        if ( cargc < 2 ) {
                                Debug( LDAP_DEBUG_ANY,
-                   "%s: line %d: missing dn in \"updateref <ldapurl>\" line\n",
+                   "%s: line %d: missing url in \"updateref <ldapurl>\" line\n",
                                    fname, lineno, 0 );
                                return( 1 );
                        }