summaryrefslogtreecommitdiff
path: root/telepathy-glib/stream-tube-channel.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-10-04 14:23:52 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-10-04 14:23:52 +0200
commitb00ef5371809d573bcff3ab18dc519da20b36639 (patch)
tree3e4dcd2ee632c1da7e3808ce66dcf2a946ce040b /telepathy-glib/stream-tube-channel.c
parent461f0d1b28915c1c1b4bd99718ef4c5774134f3d (diff)
downloadtelepathy-glib-b00ef5371809d573bcff3ab18dc519da20b36639.tar.gz
improve debug ouput when tp_connection_get_contacts_by_handle() fails
Diffstat (limited to 'telepathy-glib/stream-tube-channel.c')
-rw-r--r--telepathy-glib/stream-tube-channel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-glib/stream-tube-channel.c b/telepathy-glib/stream-tube-channel.c
index e6b003276..4a2054850 100644
--- a/telepathy-glib/stream-tube-channel.c
+++ b/telepathy-glib/stream-tube-channel.c
@@ -638,7 +638,7 @@ new_local_connection_with_contact (TpConnection *conn,
if (n_failed > 0)
{
- DEBUG ("Failed to prepare TpContact (unspecified error)");
+ DEBUG ("Failed to prepare TpContact (InvalidHandle)");
goto out;
}
@@ -927,7 +927,7 @@ _new_remote_connection_with_contact (TpConnection *conn,
if (n_failed > 0)
{
- DEBUG ("Failed to prepare TpContact (unspecified error)");
+ DEBUG ("Failed to prepare TpContact (InvalidHandle)");
goto out;
}