summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2015-11-13 19:48:16 +0100
committerRalf Habacker <ralf.habacker@freenet.de>2015-11-13 23:02:57 +0100
commit543d855021f54e7839fa6412791bd3a638f15f2e (patch)
treec86f39897ff99f16146e0557b34d41a1365381ae
parent19a0c97d55eab900d31e53eebc062279e548a802 (diff)
downloaddbus-543d855021f54e7839fa6412791bd3a638f15f2e.tar.gz
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 <simon.mcvittie@collabora.co.uk>
-rw-r--r--bus/dispatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/dispatch.c b/bus/dispatch.c
index e9808162..edfa1b44 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");