Skip to content

Commit 5208046

Browse files
czp182alandekok
authored andcommitted
changed error message
replaced hardcoded value with the more useful library->autoinit->name
1 parent d046cc9 commit 5208046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/server/global_lib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ static int lib_init_call(global_lib_inst_t *lib)
7474

7575
if ((cf_section_rules_push(cs, lib->autoinit->config)) < 0 ||
7676
(cf_section_parse(lib, lib->autoinit->inst, cs) < 0)) {
77-
cf_log_err(cs, "Failed evaluating configuration for libldap");
77+
cf_log_err(cs, "Failed evaluating configuration for %s", lib->autoinit->name);
7878
return -1;
7979
}
8080

0 commit comments

Comments
 (0)