chiark / gitweb /
share/log: change log_syntax from "[a:b] " to "a:b: "
[elogind.git] / src / basic / log.c
index 62af163d674a11d8496b1f42e2efddfd08b27600..7f4ed87ffa43d1b31c1142ea36b9af54d7df725c 100644 (file)
@@ -1184,7 +1184,7 @@ int log_syntax_internal(
                         LOG_MESSAGE_ID(SD_MESSAGE_INVALID_CONFIGURATION),
                         "CONFIG_FILE=%s", config_file,
                         "CONFIG_LINE=%u", config_line,
-                        LOG_MESSAGE("[%s:%u] %s", config_file, config_line, buffer),
+                        LOG_MESSAGE("%s:%u: %s", config_file, config_line, buffer),
                         unit_fmt, unit,
                         NULL);
 }