mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 04:29:35 -05:00
log in case of failure (FIXME: should those logs be at ANY level?)
This commit is contained in:
parent
1f33edc08e
commit
9ebc168a8a
1 changed files with 4 additions and 0 deletions
|
|
@ -3254,6 +3254,10 @@ pc_cf_gen( ConfigArgs *c )
|
|||
|
||||
ct = config_find_keyword( cm->db.bd_info->bi_cf_ocs->co_table, c );
|
||||
if ( ct == NULL ) {
|
||||
snprintf( c->cr_msg, sizeof( c->cr_msg ),
|
||||
"private database does not recognize specific option '%s'",
|
||||
c->argv[ 0 ] );
|
||||
Debug( LDAP_DEBUG_CONFIG, "%s: %s.\n", c->log, c->cr_msg, 0 );
|
||||
rc = 1;
|
||||
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue