From 5f7ce03a66aa6a910521501191f719868c3a514f Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Tue, 10 Nov 2015 08:43:16 +0100 Subject: [PATCH] Do not use dbus_warn for skipping unit tests on windows to avoid fatal errors. --- bus/dispatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bus/dispatch.c b/bus/dispatch.c index 0a2342c..cb72110 100644 --- a/bus/dispatch.c +++ b/bus/dispatch.c @@ -4978,7 +4978,7 @@ bus_dispatch_test (const DBusString *test_data_dir) return FALSE; #ifdef DBUS_WIN - _dbus_warn("Info: Launch helper activation tests skipped because launch-helper is not supported yet\n"); + _dbus_verbose("Info: Launch helper activation tests skipped because launch-helper is not supported yet\n"); #else /* run launch-helper activation tests */ _dbus_verbose ("Launch helper activation tests\n"); -- 1.8.4.5