summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorsanine-a <sanine.not@pm.me>2023-05-17 10:58:21 -0500
committersanine-a <sanine.not@pm.me>2023-05-17 10:58:21 -0500
commitfcfb00c77e4dc160b11095ecd12be2f5f0afdd63 (patch)
tree70c4b3465069c86b809cb1deb78f46044710fc9c /src/main.c
parentbc37d6024572b844e1c55afecb683fcce31491d1 (diff)
add glPointSize and glLineWidth bindsHEADmain
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 */