[Telepathy-commits] [telepathy-salut/master] src/salut-tubes-channel.c: better debugs when the contact accept/decline the tube offer
Alban Crequy
alban.crequy at collabora.co.uk
Mon Nov 24 09:26:49 PST 2008
---
src/salut-tubes-channel.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/salut-tubes-channel.c b/src/salut-tubes-channel.c
index ccbe7b4..90edf7c 100644
--- a/src/salut-tubes-channel.c
+++ b/src/salut-tubes-channel.c
@@ -1818,7 +1818,7 @@ iq_reply_cb (GibberIqHelper *helper,
gibber_xmpp_stanza_get_type_info (reply_stanza, NULL, &sub_type);
if (sub_type != GIBBER_STANZA_SUB_TYPE_RESULT)
{
- DEBUG ("tube offer declined declined");
+ DEBUG ("The contact has declined our tube offer");
salut_tube_iface_close (tube, TRUE);
return;
}
@@ -1827,7 +1827,7 @@ iq_reply_cb (GibberIqHelper *helper,
"state", TP_TUBE_STATE_OPEN,
NULL);
- DEBUG ("tube offered successfully");
+ DEBUG ("The contact has accepted our tube offer");
}
static void
--
1.5.6.5
More information about the Telepathy-commits
mailing list