summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <pochu27@gmail.com>2010-12-06 16:18:11 +0100
committerEmilio Pozuelo Monfort <pochu27@gmail.com>2010-12-06 16:18:11 +0100
commitef8707a3ad5fc38cce185e41b5d4b6b68380f9aa (patch)
tree39c88373013703b9bdba35fd945e7b602bfa4794
parent8ccbb77e4dc5852633fc6a656a5027852f6509fd (diff)
downloadtelepathy-logger-ef8707a3ad5fc38cce185e41b5d4b6b68380f9aa.tar.gz
Handle the error instead of aborting the logger
https://bugs.freedesktop.org/show_bug.cgi?id=31510
-rw-r--r--telepathy-logger/channel-text.c3
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);