From fb93cf737549f2d5fce6cb76b1d5e8382c7537b8 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Sun, 24 Mar 2013 20:16:00 -0400 Subject: journalctl: reword error message Sentence seemed to suggest that all three conditions must be true. --- src/journal/journalctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/journal') diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c index c96d68dd4c..8661e5e33a 100644 --- a/src/journal/journalctl.c +++ b/src/journal/journalctl.c @@ -562,7 +562,7 @@ static int add_matches(sd_journal *j, char **args) { else if (S_ISBLK(st.st_mode)) asprintf(&t, "_KERNEL_DEVICE=b%u:%u", major(st.st_rdev), minor(st.st_rdev)); else { - log_error("File is not a device node, regular file or is not executable: %s", *i); + log_error("File is neither a device node, nor regular file, nor executable: %s", *i); return -EINVAL; } -- cgit v1.2.3-54-g00ecf