]> git.sur5r.net Git - openldap/commitdiff
Add missing \n
authorKurt Zeilenga <kurt@openldap.org>
Sat, 1 Jan 2000 19:40:06 +0000 (19:40 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 1 Jan 2000 19:40:06 +0000 (19:40 +0000)
servers/slapd/schema.c

index 5e4d9791bfe26106a328e20ab94c041196a35adf..f5e32c07b48657ec8855f0f748b9a45f5b2edffb 100644 (file)
@@ -44,7 +44,7 @@ oc_schema_check( Entry *e )
        for ( i = 0; aoc->a_vals[i] != NULL; i++ ) {
                if ( (oc = oc_find( aoc->a_vals[i]->bv_val )) == NULL ) {
                        Debug( LDAP_DEBUG_ANY,
-                               "Objectclass \"%s\" not defined",
+                               "Objectclass \"%s\" not defined\n",
                                aoc->a_vals[i]->bv_val, 0, 0 );
                }
                else