]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
resolve: set description to bus 8739/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 17 Apr 2018 14:56:17 +0000 (23:56 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 17 Apr 2018 14:56:17 +0000 (23:56 +0900)
src/resolve/resolved-bus.c

index 3845eafaa3b3f9fa6f5d551bcac2bfd24210be58..fda43b84cfe37b406a57eeac1b091f78d8bd544b 100644 (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");