mirror of
https://github.com/systemd/systemd.git
synced 2026-07-18 13:30:13 +00: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.