diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/conf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/conf.c b/src/conf.c index 3f58d61aa..ea3f449dc 100644 --- a/src/conf.c +++ b/src/conf.c @@ -296,6 +296,8 @@ void config_read_file(const char *file) struct config_entry *entry; struct config_param *param; + g_debug("loading file %s", file); + if (!(fp = fopen(file, "r"))) { g_error("problems opening file %s for reading: %s\n", file, strerror(errno)); |