mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
Typo in debug message
This commit is contained in:
parent
6db0228171
commit
10bbb7c9ff
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ main( int argc, char **argv )
|
|||
|
||||
/* check schema */
|
||||
if ( global_schemacheck && oc_schema_check( e ) != 0 ) {
|
||||
fprintf( stderr, "%s: entry dn=\"%s\" violates schema violation (line=%d)\n",
|
||||
fprintf( stderr, "%s: schema violation in entry dn=\"%s\" (line=%d)\n",
|
||||
progname, e->e_dn, lineno );
|
||||
rc = EXIT_FAILURE;
|
||||
entry_free( e );
|
||||
|
|
|
|||
Loading…
Reference in a new issue