summaryrefslogtreecommitdiff
path: root/telepathy-glib/run.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-04-23 11:37:42 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-04-23 11:37:42 +0000
commit0e1e5920bb7a3092e68b68692c79510c4e211114 (patch)
tree105b780b257ede32b26c1d224ca705c7505a7beb /telepathy-glib/run.c
parent9e23539416cc3b29822b6715534dc4c411badd4b (diff)
downloadtelepathy-glib-0e1e5920bb7a3092e68b68692c79510c4e211114.tar.gz
Downgrade being disconnected from the session bus from g_warning to g_message, so it doesn't prompt us to dump core during regression tests (which run in "maximally twitchy" mode)
20080423113742-53eee-8956a0798e8fb66a2bb02e8fdf623d25ffa9cedf.gz
Diffstat (limited to 'telepathy-glib/run.c')
-rw-r--r--telepathy-glib/run.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/run.c b/telepathy-glib/run.c
index a30bfdd18..f8f5d31a9 100644
--- a/telepathy-glib/run.c
+++ b/telepathy-glib/run.c
@@ -163,7 +163,7 @@ dbus_filter_function (DBusConnection *connection,
if (dbus_message_is_signal (message, DBUS_INTERFACE_LOCAL, "Disconnected") &&
!tp_strdiff (dbus_message_get_path (message), DBUS_PATH_LOCAL))
{
- g_warning ("Got disconnected from the session bus");
+ g_message ("Got disconnected from the session bus");
}
return DBUS_HANDLER_RESULT_NOT_YET_HANDLED;