summaryrefslogtreecommitdiffstats
path: root/cmd-source-file.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-12-19 10:01:26 +0000
committerThomas Adam <thomas@xteddy.org>2019-12-19 10:01:26 +0000
commit745233d6a1ccb548a9807993ee4330baadec46bb (patch)
tree38955037763f6d762014407c29d2fbf2493e9a6a /cmd-source-file.c
parent54efe337993b5571728a09b247c7f39d493659a8 (diff)
parent1764f66b7d1ed0e494cfa8967c78ace8728ee86c (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-source-file.c')
-rw-r--r--cmd-source-file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd-source-file.c b/cmd-source-file.c
index bdcdd222..dfe4a6aa 100644
--- a/cmd-source-file.c
+++ b/cmd-source-file.c
@@ -113,6 +113,7 @@ cmd_source_file_done(struct client *c, const char *path, int error,
static void
cmd_source_file_add(struct cmd_source_file_data *cdata, const char *path)
{
+ log_debug("%s: %s", __func__, path);
cdata->files = xreallocarray(cdata->files, cdata->nfiles + 1,
sizeof *cdata->files);
cdata->files[cdata->nfiles++] = xstrdup(path);