chiark / gitweb /
bus: use new property retrieval calls everywhere
[elogind.git] / src / journal / journald-kmsg.c
index 5fd87b815439ba029812a120334f08c0ee665923..21649d06ce01e8f529a2a84d903af3f70ae95a2b 100644 (file)
@@ -304,7 +304,7 @@ static void dev_kmsg_record(Server *s, char *p, size_t l) {
         if (message)
                 IOVEC_SET_STRING(iovec[n++], message);
 
-        server_dispatch_message(s, iovec, n, ELEMENTSOF(iovec), NULL, NULL, NULL, 0, NULL, priority);
+        server_dispatch_message(s, iovec, n, ELEMENTSOF(iovec), NULL, NULL, NULL, 0, NULL, priority, 0);
 
 finish:
         for (j = 0; j < z; j++)