journald: log driver messages at LOG_INFO

This commit is contained in:
Lennart Poettering 2012-07-26 16:51:58 +02:00
parent 498261871d
commit c51742d029
2 changed files with 1 additions and 5 deletions

4
TODO
View file

@ -43,16 +43,12 @@ Features:
* logind: ignore inactive login screens when checking whether power key should be handled
* introduce log_oom() or a similar call?
* rename "userspace" to "core-os"
* append ".service" to unit names without any suffix (https://bugs.freedesktop.org/show_bug.cgi?id=39386)
* journalctl: add --priority switch
* journalctl highlight lines based on priorities
* systemctl: "Journal has been rotated since unit was started." message is misleading
* syscall filter: add knowledge about compat syscalls

View file

@ -721,7 +721,7 @@ static void driver_message(Server *s, sd_id128_t message_id, const char *format,
assert(s);
assert(format);
IOVEC_SET_STRING(iovec[n++], "PRIORITY=5");
IOVEC_SET_STRING(iovec[n++], "PRIORITY=6");
IOVEC_SET_STRING(iovec[n++], "_TRANSPORT=driver");
memcpy(buffer, "MESSAGE=", 8);