mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
fix error message
This commit is contained in:
parent
6cd013b254
commit
53921b2c1a
@ -427,7 +427,8 @@ slap_tool_init(
|
||||
rc = read_config( conffile, confdir );
|
||||
|
||||
if ( rc != 0 ) {
|
||||
fprintf( stderr, "%s: bad configuration file!\n", progname );
|
||||
fprintf( stderr, "%s: bad configuration %s!\n",
|
||||
progname, confdir ? "directory" : "file" );
|
||||
exit( EXIT_FAILURE );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user