From 93f32dfcdf6eee2170e3ba8cdbf15b8a88affa8b Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 9 May 2025 16:38:12 -0400 Subject: tweak debug messages. --- marsond.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/marsond.c b/marsond.c index 90d9152..b1b5368 100644 --- a/marsond.c +++ b/marsond.c @@ -343,7 +343,7 @@ int main(int argc, char **argv) { if(ioctl(outfd, UI_GET_SYSNAME(sizeof(name)), name) >= 0) { debug("created virtual keyboard device: /sys/devices/virtual/input/%s/", name); } else { - debug("created virtual keyboard device but couldn't get its name (weird)"); + debug("created virtual keyboard device but couldn't get its name (old kernel?)"); } } } else { @@ -357,6 +357,7 @@ int main(int argc, char **argv) { lock_memory(); set_realtime(); drop_privs(); + debug("entering event loop"); } else { daemonize(); } -- cgit v1.2.3