summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 357a04f..4fd97e7 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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 */