diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-01-05 17:39:35 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-01-05 17:39:35 -0500 |
| commit | a2efec71b505f0273a1df980e42a851053e3a0e7 (patch) | |
| tree | c2f4801e26eb5ffb10e1695bb1eaf9b06b5c39bf /marsond.c | |
| parent | be0917abc6343676c3a28a11f96624a528e49619 (diff) | |
| download | marsond-a2efec71b505f0273a1df980e42a851053e3a0e7.tar.gz | |
Tweak debug message.
Diffstat (limited to 'marsond.c')
| -rw-r--r-- | marsond.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |
