aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--marsond.c3
1 files changed, 2 insertions, 1 deletions
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();
}