From: Ralf Habacker Date: Sat, 29 Jun 2013 11:46:53 +0000 (+0200) Subject: Dump fetched sid on return of _dbus_getsid(). X-Git-Tag: dbus-1.7.6~139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f24bc861612a544736b81cf6672dfc942df7ec7;p=thirdparty%2Fdbus.git Dump fetched sid on return of _dbus_getsid(). Bug: https://bugs.freedesktop.org/show_bug.cgi?id=66060 Reviewed-by: Simon McVittie --- diff --git a/dbus/dbus-sysdeps-win.c b/dbus/dbus-sysdeps-win.c index 69d250ba1..9df1c2d9a 100644 --- a/dbus/dbus-sysdeps-win.c +++ b/dbus/dbus-sysdeps-win.c @@ -912,7 +912,7 @@ failed: if (process_token != INVALID_HANDLE_VALUE) CloseHandle (process_token); - _dbus_verbose("_dbus_getsid() returns %d\n",retval); + _dbus_verbose("_dbus_getsid() got '%s' and returns %d\n", *sid, retval); return retval; } #endif