aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-group.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-tp-group.c')
-rw-r--r--libempathy/empathy-tp-group.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libempathy/empathy-tp-group.c b/libempathy/empathy-tp-group.c
index 62212aaad..776fb78a8 100644
--- a/libempathy/empathy-tp-group.c
+++ b/libempathy/empathy-tp-group.c
@@ -732,10 +732,8 @@ tp_group_async_cb (TpChannel *channel,
gpointer user_data,
GObject *weak_object)
{
- const gchar *msg = user_data;
-
if (error) {
- DEBUG ("%s: %s", msg, error->message);
+ DEBUG ("%s: %s", (gchar*) user_data, error->message);
}
}