journald: minor wording tweak in message

For a user "from the kernel" might be rather unclear.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2020-07-07 12:14:41 +02:00
parent cd990847b9
commit a53f024d71
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ static int server_read_dev_kmsg(Server *s) {
if (IN_SET(errno, EAGAIN, EINTR, EPIPE))
return 0;
return log_error_errno(errno, "Failed to read from kernel: %m");
return log_error_errno(errno, "Failed to read from /dev/kmsg: %m");
}
dev_kmsg_record(s, buffer, l);