From: Ralf Habacker Date: Tue, 21 Dec 2021 07:50:00 +0000 (+0100) Subject: sysdeps-win: display process id of started dbus-daemon X-Git-Tag: dbus-1.15.0~35^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=556eb2ea1ac2c24022313cf2b70bda2f242ba4a1;p=thirdparty%2Fdbus.git sysdeps-win: display process id of started dbus-daemon When verbose mode is enabled, this information is useful for debugging. --- diff --git a/dbus/dbus-sysdeps-win.c b/dbus/dbus-sysdeps-win.c index 7d4b1bf8a..508057e24 100644 --- a/dbus/dbus-sysdeps-win.c +++ b/dbus/dbus-sysdeps-win.c @@ -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) {