From 0e0be2f3f5dcbcbabd6656a843dfacce6811f63f Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 11 May 2025 05:45:19 -0400 Subject: fix debug startup message. --- marsond.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'marsond.c') diff --git a/marsond.c b/marsond.c index 53b007b..318c9be 100644 --- a/marsond.c +++ b/marsond.c @@ -296,10 +296,11 @@ int main(int argc, char **argv) { struct input_event ev; set_self(argv[0]); - debug("starting up"); parse_args(argc, argv); + debug("marsond v" VERSION " starting up"); + if(pause_ms > 0) { debug("pausing %dms due to -p option"); usleep(pause_ms * 1000); -- cgit v1.2.3