projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
621e450
)
resolve: set description to bus
author
Yu Watanabe
<watanabe.yu+github@gmail.com>
Tue, 17 Apr 2018 14:56:17 +0000
(23:56 +0900)
committer
Yu Watanabe
<watanabe.yu+github@gmail.com>
Tue, 17 Apr 2018 14:56:17 +0000
(23:56 +0900)
src/resolve/resolved-bus.c
patch
|
blob
|
history
diff --git
a/src/resolve/resolved-bus.c
b/src/resolve/resolved-bus.c
index 3845eafaa3b3f9fa6f5d551bcac2bfd24210be58..fda43b84cfe37b406a57eeac1b091f78d8bd544b 100644
(file)
--- a/
src/resolve/resolved-bus.c
+++ b/
src/resolve/resolved-bus.c
@@
-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");