chiark / gitweb /
bus: StartTransientUnit can have aux unit
[elogind.git] / src / journal / test-journal-interleaving.c
index 8067cd38ee3bf22240b36c0cd5df0b9350ad5d0a..23a26c43f633814042e83cfae38fd691efb77f60 100644 (file)
@@ -37,9 +37,9 @@
 static bool arg_keep = false;
 
 noreturn static void log_assert_errno(const char *text, int eno, const char *file, int line, const char *func) {
-        log_meta(LOG_CRIT, file, line, func,
-                 "'%s' failed at %s:%u (%s): %s.",
-                 text, file, line, func, strerror(eno));
+        log_internal(LOG_CRIT, 0, file, line, func,
+                     "'%s' failed at %s:%u (%s): %s.",
+                     text, file, line, func, strerror(eno));
         abort();
 }