Skip to content
Snippets Groups Projects
Commit 10bbb7c9 authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

Typo in debug message

parent 6db02281
No related merge requests found
...@@ -69,7 +69,7 @@ main( int argc, char **argv ) ...@@ -69,7 +69,7 @@ main( int argc, char **argv )
/* check schema */ /* check schema */
if ( global_schemacheck && oc_schema_check( e ) != 0 ) { 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 ); progname, e->e_dn, lineno );
rc = EXIT_FAILURE; rc = EXIT_FAILURE;
entry_free( e ); entry_free( e );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment