summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO4
-rw-r--r--src/journal/journald.c2
2 files changed, 1 insertions, 5 deletions
diff --git a/TODO b/TODO
index 618349a3a2..3d075f17ec 100644
--- a/TODO
+++ b/TODO
@@ -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
diff --git a/src/journal/journald.c b/src/journal/journald.c
index 5602e362df..8cf8c78274 100644
--- a/src/journal/journald.c
+++ b/src/journal/journald.c
@@ -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);