From fc32b805c0abd349e36d1fe3a79026920760fc29 Mon Sep 17 00:00:00 2001 From: koekeishiya Date: Tue, 21 May 2019 17:36:40 +0200 Subject: .. --- src/skhd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/skhd.c b/src/skhd.c index 432f43c..d67f74c 100644 --- a/src/skhd.c +++ b/src/skhd.c @@ -244,7 +244,7 @@ create_pid_file(void) }; if (fcntl(handle, F_SETLK, &lockfd) == -1) { - error("skhd: could not lock pid-file! abort.. %d\n", errno); + error("skhd: could not lock pid-file! abort..\n"); } else if (write(handle, &pid, sizeof(pid_t)) == -1) { error("skhd: could not write pid-file! abort..\n"); } -- cgit v1.2.3