diff --git a/util-linux/dmesg.c b/util-linux/dmesg.c index 56e0771f0..aa8eb95c9 100644 --- a/util-linux/dmesg.c +++ b/util-linux/dmesg.c @@ -98,5 +98,5 @@ all_done: #endif return EXIT_SUCCESS; die_the_death: - perror_msg_and_die("klogctl"); + perror_msg_and_die(NULL); }