mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 17:06:39 +09:00
Let's always leave logging to the call that actually added the fields to the bus message. This way we don't get duplicate logging whenver bus_append_unit_property_assignment() ends up being called, which does all its logging on its own (and probably should do, as it can output much more precise errors).