diff options
-rw-r--r-- | util-linux/dmesg.c | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
98 | #endif | 98 | #endif |
99 | return EXIT_SUCCESS; | 99 | return EXIT_SUCCESS; |
100 | die_the_death: | 100 | die_the_death: |
101 | perror_msg_and_die("klogctl"); | 101 | perror_msg_and_die(NULL); |
102 | } | 102 | } |