summaryrefslogtreecommitdiffstats
path: root/cfg.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2013-03-25 10:06:13 +0000
committerNicholas Marriott <nicm@openbsd.org>2013-03-25 10:06:13 +0000
commitebd9c615c8137e68f8831d4dbfd968a2f6a10a72 (patch)
treee4497ed9bf72ae880c163589ad3cbd46211e2ffc /cfg.c
parente9cef8bf305e93d0ec8496c8155e0fa1258b8378 (diff)
Add some additional debug logging.
Diffstat (limited to 'cfg.c')
-rw-r--r--cfg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg.c b/cfg.c
index e4069d68..c625a2fb 100644
--- a/cfg.c
+++ b/cfg.c
@@ -41,6 +41,7 @@ load_cfg(const char *path, struct cmd_q *cmdq, char **cause)
size_t len, oldlen;
struct cmd_list *cmdlist;
+ log_debug("loading %s", path);
if ((f = fopen(path, "rb")) == NULL) {
xasprintf(cause, "%s: %s", path, strerror(errno));
return (-1);