From f6e2742fe160d3510c035f1586b990ad85632b70 Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Sun, 8 Nov 2015 22:49:50 +0100 Subject: [PATCH] Not not abort test-bus on printing windows todo messages. --- bus/dispatch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bus/dispatch.c b/bus/dispatch.c index 4d9ffa3..5f930a2 100644 --- a/bus/dispatch.c +++ b/bus/dispatch.c @@ -4824,8 +4824,8 @@ bus_dispatch_test_conf (const DBusString *test_data_dir, #endif #ifdef DBUS_WIN_FIXME - _dbus_warn("TODO: testing of GetConnectionUnixUser message skipped for now\n"); - _dbus_warn("TODO: testing of GetConnectionUnixProcessID message skipped for now\n"); + _dbus_verbose("TODO: testing of GetConnectionUnixUser message skipped for now\n"); + _dbus_verbose("TODO: testing of GetConnectionUnixProcessID message skipped for now\n"); #else if (!check_get_connection_unix_user (context, baz)) _dbus_assert_not_reached ("GetConnectionUnixUser message failed"); -- 1.8.4.5