From 284ccea2cfd84b352bc599c533a0ab3794e3022c Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Fri, 13 Nov 2015 19:48:16 +0100 Subject: [PATCH] Do not fail with fatal message skipping GetConnectionUnixProcessID test-bus test on windows. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=92721 --- bus/dispatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bus/dispatch.c b/bus/dispatch.c index e980816..edfa1b4 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"); -- 1.8.4.5