chiark / gitweb /
log: add an "error" parameter to all low-level logging calls and intrdouce log_error_...
[elogind.git] / src / core / kmod-setup.c
index 4795a47eb4b87b172b66878464cad2024ede847a..50af7932f636b559f9d8e6649a6920455067473e 100644 (file)
@@ -44,7 +44,7 @@ static void systemd_kmod_log(
 
         /* library logging is enabled at debug only */
         DISABLE_WARNING_FORMAT_NONLITERAL;
-        log_metav(LOG_DEBUG, file, line, fn, format, args);
+        log_metav(LOG_DEBUG, 0, file, line, fn, format, args);
         REENABLE_WARNING;
 }