resolve: set description to bus

This commit is contained in:
Yu Watanabe 2018-04-17 23:56:17 +09:00
parent 621e450980
commit 8c6afb7763

View file

@ -1883,7 +1883,7 @@ int manager_connect_bus(Manager *m) {
if (m->bus)
return 0;
r = bus_open_system_watch_bind(&m->bus);
r = bus_open_system_watch_bind_with_description(&m->bus, "bus-api-resolve");
if (r < 0)
return log_error_errno(r, "Failed to connect to system bus: %m");