chiark / gitweb /
log: rearrange log function naming
[elogind.git] / src / core / kmod-setup.c
index 4795a47eb4b87b172b66878464cad2024ede847a..019858f092831b854d15f8551240f00665c565e0 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_internalv(LOG_DEBUG, 0, file, line, fn, format, args);
         REENABLE_WARNING;
 }