From ef8707a3ad5fc38cce185e41b5d4b6b68380f9aa Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Mon, 6 Dec 2010 16:18:11 +0100 Subject: [PATCH] Handle the error instead of aborting the logger https://bugs.freedesktop.org/show_bug.cgi?id=31510 --- telepathy-logger/channel-text.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/telepathy-logger/channel-text.c b/telepathy-logger/channel-text.c index 930d849..78a9810 100644 --- a/telepathy-logger/channel-text.c +++ b/telepathy-logger/channel-text.c @@ -134,9 +134,6 @@ get_self_contact_cb (TpConnection *connection, g_return_if_fail (TPL_IS_CHANNEL_TEXT (tpl_text)); - g_assert_cmpuint (n_failed, ==, 0); - g_assert_cmpuint (n_contacts, ==, 1); - if (n_failed > 0) { TpConnection *tp_conn = tp_channel_borrow_connection (tp_chan); -- 1.7.2.3