diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ int main(int argc, char **argv) honey_log(HONEY_FATAL, "[FATAL] could not find directory \"%s\"\n", options.working_dir); return 1; } + honey_log(HONEY_INFO, "[INFO] switched working directory to %s", options.working_dir); } /* set up lua state */ |