]> git.sur5r.net Git - openldap/commitdiff
log in case of failure
authorQuanah Gibson-Mount <quanah@openldap.org>
Thu, 13 Aug 2009 02:50:01 +0000 (02:50 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 13 Aug 2009 02:50:01 +0000 (02:50 +0000)
servers/slapd/overlays/pcache.c

index c40825d8362c32a0291ce914ac808601bd603c99..3190e95341da471f5305658d87c65e57efa94704 100644 (file)
@@ -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 {