core: downgrade legit error logs (#5705)
authorumuttl <umut@tezduyar.com>
Mon, 10 Apr 2017 11:12:25 +0000 (13:12 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 10 Apr 2017 11:12:25 +0000 (13:12 +0200)
commitddbf0d4b92733a54de50724c756fd48237ad70c9
tree34ab0903575a712827551af731e8c8685b2c2e6a
parentf472d466ec267944a1448505c6889c6393f1a861
core: downgrade legit error logs (#5705)

manager_sync_bus_names() function retrieves the dbus names
and compares it with unit bus names. It could be right
after the list is retrieved, the dbus peer is disconnected.
In this case it is really not an ERROR print if
sd_bus_get_name_creds() or sd_bus_creds_get_unique_name()
fail.
src/core/dbus.c