mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
This introduce LOG_ITEM() macro that checks arbitrary formats in log_struct(). Then, drop _printf_ attribute from log_struct_internal(), as it does not help so much, and compiler checked only the first format string. Hopefully, this silences false-positive warnings by Coverity.