diff options
Diffstat (limited to '')
-rw-r--r-- | src/sledjchisl/sledjchisl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index d287007..fbc88e2 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c | |||
@@ -1587,6 +1587,7 @@ void forEachSim(char *verb, simFunction func, simFunction not) | |||
1587 | void simNotFound(simData *simd, char *sim, char *type, int count, int window, int panes, int pane) | 1587 | void simNotFound(simData *simd, char *sim, char *type, int count, int window, int panes, int pane) |
1588 | { | 1588 | { |
1589 | char *path = xmprintf("%s/%s.shini", scEtc, sim); | 1589 | char *path = xmprintf("%s/%s.shini", scEtc, sim); |
1590 | V("simNotFound(%s) -> %s", sim, path); | ||
1590 | qlisttbl_t *ini = qconfig_parse_file(NULL, path, '='); | 1591 | qlisttbl_t *ini = qconfig_parse_file(NULL, path, '='); |
1591 | 1592 | ||
1592 | if (NULL == ini) | 1593 | if (NULL == ini) |