Add missing \n

This commit is contained in:
Kurt Zeilenga 2000-01-01 19:40:06 +00:00
parent c2005f9a7a
commit 13f72e9dde

View 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