summaryrefslogtreecommitdiff
path: root/telepathy-glib/account-channel-request.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-12-21 08:51:30 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-02-22 16:29:49 +0100
commite8884ab5dc5b094ac9c92931f3549f68a1662602 (patch)
treeeed5b78e4a0b0d7219fff4537ce00d5fe890474c /telepathy-glib/account-channel-request.c
parent9c4a45d6427ed4040bb8cf3d6138848f2dc593f0 (diff)
downloadtelepathy-glib-e8884ab5dc5b094ac9c92931f3549f68a1662602.tar.gz
use Confused error if MC is on crack
Diffstat (limited to 'telepathy-glib/account-channel-request.c')
-rw-r--r--telepathy-glib/account-channel-request.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/account-channel-request.c b/telepathy-glib/account-channel-request.c
index e7591515c..a60fb991e 100644
--- a/telepathy-glib/account-channel-request.c
+++ b/telepathy-glib/account-channel-request.c
@@ -635,7 +635,7 @@ channel_request_succeeded (TpAccountChannelRequest *self)
if (self->priv->channel == NULL)
{
- GError err = { TP_ERRORS, TP_ERROR_NOT_IMPLEMENTED,
+ GError err = { TP_ERRORS, TP_ERROR_CONFUSED,
"Channel has been created but MC didn't give it back to us" };
DEBUG ("%s", err.message);