aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kbd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbd.c b/kbd.c
index e97c91c..ed39220 100644
--- a/kbd.c
+++ b/kbd.c
@@ -282,7 +282,7 @@ int logind_open(const char *path)
} else {
fd = fcntl(handle, F_DUPFD_CLOEXEC, 0);
fprintf(stderr, "open %s: got fd %d via logind.\n",
- path, fd, handle, inactive);
+ path, fd);
}
sd_bus_message_unref(m);