mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-01 14:15:49 +08:00
Add missing \n
This commit is contained in:
parent
c2005f9a7a
commit
13f72e9dde
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user