From: Ralf Habacker Date: Fri, 13 Nov 2015 18:48:16 +0000 (+0100) Subject: Do not fail with fatal message skipping GetConnectionUnixProcessID test-bus test... X-Git-Tag: dbus-1.10.4~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=543d855021f54e7839fa6412791bd3a638f15f2e;p=thirdparty%2Fdbus.git Do not fail with fatal message skipping GetConnectionUnixProcessID test-bus test on windows. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=92721 Reviewed-by: Simon McVittie --- diff --git a/bus/dispatch.c b/bus/dispatch.c index e9808162a..edfa1b446 100644 --- a/bus/dispatch.c +++ b/bus/dispatch.c @@ -4847,7 +4847,7 @@ bus_dispatch_test_conf (const DBusString *test_data_dir, _dbus_assert_not_reached ("GetConnectionUnixUser message failed"); #ifdef DBUS_WIN_FIXME - _dbus_warn("TODO: testing of GetConnectionUnixProcessID message skipped for now\n"); + _dbus_verbose("TODO: testing of GetConnectionUnixProcessID message skipped for now\n"); #else if (!check_get_connection_unix_process_id (context, baz)) _dbus_assert_not_reached ("GetConnectionUnixProcessID message failed");