diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-03-05 17:17:59 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-03-05 17:17:59 +0000 |
commit | f8c86a9515ae863fcbc38769544be983ce494a3c (patch) | |
tree | 4b81f3ef472fa190acf1cfc3f9a0ccfd41e49ae4 /cfg.c | |
parent | 2c9cddd8760300af8d9ee6f80662f89e43a8f2ce (diff) | |
download | rtmux-f8c86a9515ae863fcbc38769544be983ce494a3c.tar.gz rtmux-f8c86a9515ae863fcbc38769544be983ce494a3c.tar.bz2 rtmux-f8c86a9515ae863fcbc38769544be983ce494a3c.zip |
Add some additional debug logging.
Diffstat (limited to 'cfg.c')
-rw-r--r-- | cfg.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |