summaryrefslogtreecommitdiff
path: root/runtime/rsconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/rsconf.c')
-rw-r--r--runtime/rsconf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/rsconf.c b/runtime/rsconf.c
index d8b81f1..960a34c 100644
--- a/runtime/rsconf.c
+++ b/runtime/rsconf.c
@@ -585,6 +585,7 @@ dropPrivileges(rsconf_t *cnf)
static inline void
tellCoreConfigLoadDone(void)
{
+ DBGPRINTF("telling rsyslog core that config load for %p is done\n", loadConf);
glblDoneLoadCnf();
}