run: rearrange error handling when adding unit properties
authorLennart Poettering <lennart@poettering.net>
Wed, 29 Nov 2017 19:05:22 +0000 (20:05 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 29 Nov 2017 19:12:26 +0000 (20:12 +0100)
commitf53bddf30879a3db9fb61b42b16ab6a3e280389e
treef3f27ca64cb9a7d174af448d50262cbf9bdbbcac
parent147fe484c178b6e4d60ee7c6982345dd51bf434d
run: rearrange error handling when adding unit properties

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).
src/run/run.c