aboutsummaryrefslogtreecommitdiff
path: root/marsond.c
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-01-05 17:39:35 -0500
committerB. Watson <urchlay@slackware.uk>2026-01-05 17:39:35 -0500
commita2efec71b505f0273a1df980e42a851053e3a0e7 (patch)
treec2f4801e26eb5ffb10e1695bb1eaf9b06b5c39bf /marsond.c
parentbe0917abc6343676c3a28a11f96624a528e49619 (diff)
downloadmarsond-a2efec71b505f0273a1df980e42a851053e3a0e7.tar.gz
Tweak debug message.
Diffstat (limited to 'marsond.c')
-rw-r--r--marsond.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/marsond.c b/marsond.c
index d85673c..3a50404 100644
--- a/marsond.c
+++ b/marsond.c
@@ -316,7 +316,7 @@ void print_device_name(void) {
}
get_device_node(name);
- debug("device node: %s", name);
+ debug("virtual keyboard device node: %s", name);
}
int main(int argc, char **argv) {