mirror of
https://github.com/systemd/systemd.git
synced 2025-03-16 10:50:18 +03:00
resolve: set description to bus
This commit is contained in:
parent
621e450980
commit
8c6afb7763
@ -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");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user