We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d046cc9 commit 5208046Copy full SHA for 5208046
src/lib/server/global_lib.c
@@ -74,7 +74,7 @@ static int lib_init_call(global_lib_inst_t *lib)
74
75
if ((cf_section_rules_push(cs, lib->autoinit->config)) < 0 ||
76
(cf_section_parse(lib, lib->autoinit->inst, cs) < 0)) {
77
- cf_log_err(cs, "Failed evaluating configuration for libldap");
+ cf_log_err(cs, "Failed evaluating configuration for %s", lib->autoinit->name);
78
return -1;
79
}
80
0 commit comments