]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
sysdeps-win: display process id of started dbus-daemon
authorRalf Habacker <ralf.habacker@freenet.de>
Tue, 21 Dec 2021 07:50:00 +0000 (08:50 +0100)
committerRalf Habacker <ralf.habacker@freenet.de>
Mon, 27 Jun 2022 13:32:07 +0000 (15:32 +0200)
When verbose mode is enabled, this information is useful for debugging.

dbus/dbus-sysdeps-win.c

index 7d4b1bf8a8b647587417ee26e9c984eb3e1fd17d..508057e247d78adac8b1e4899c59bec517843392 100644 (file)
@@ -3529,7 +3529,7 @@ _dbus_get_autolaunch_address (const char *scope,
           dbus_set_error (error, DBUS_ERROR_FAILED, "Unknown result '%lu' while waiting for server readiness (handle %p)", status, ready_event_handle);
           goto out;
         }
-      _dbus_verbose ("Got signal that dbus-daemon is ready for connections\n");
+      _dbus_verbose ("Got signal that dbus-daemon with process id '%ld' is ready for connections\n", GetProcessId (pi.hProcess));
 
       if (autolaunch_handle_location != NULL)
         {