summaryrefslogtreecommitdiff
path: root/src/muc-channel.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-04 14:47:49 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-07 19:19:16 +0100
commiteda09f9123a74dcc7e1b5ad52816ff70d794dec2 (patch)
treec0a520635702826f3dc9039a13ea86f4d2c22a9d /src/muc-channel.c
parent0b2ba1be64a70c74408919b8717457042ce23648 (diff)
downloadtelepathy-gabble-eda09f9123a74dcc7e1b5ad52816ff70d794dec2.tar.gz
Stop using deprecated debug-ansi.h
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49596 Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
Diffstat (limited to 'src/muc-channel.c')
-rw-r--r--src/muc-channel.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/muc-channel.c b/src/muc-channel.c
index 69fd30a6e..93ab206a3 100644
--- a/src/muc-channel.c
+++ b/src/muc-channel.c
@@ -29,7 +29,6 @@
#include <dbus/dbus-glib.h>
#include <telepathy-glib/dbus.h>
-#include <telepathy-glib/debug-ansi.h>
#include <telepathy-glib/errors.h>
#include <telepathy-glib/exportable-channel.h>
#include <telepathy-glib/gtypes.h>
@@ -3324,8 +3323,7 @@ request_config_form_reply_cb (
{
GString *unsubstituted = g_string_new ("");
- printf (TP_ANSI_BOLD_ON TP_ANSI_FG_WHITE TP_ANSI_BG_RED
- "\n%s: the following properties were not substituted:\n",
+ printf ("\n%s: the following properties were not substituted:\n",
G_STRFUNC);
for (i = 0; i < TP_NUM_BASE_ROOM_CONFIG_PROPERTIES; i++)
@@ -3345,7 +3343,7 @@ request_config_form_reply_cb (
printf ("\nthis is a MUC server compatibility bug in gabble, please "
"report it with a full debug log attached (running gabble "
- "with WOCKY_DEBUG=xmpp)" TP_ANSI_RESET "\n\n");
+ "with WOCKY_DEBUG=xmpp)\n\n");
fflush (stdout);
error = g_error_new (TP_ERRORS, TP_ERROR_SERVICE_CONFUSED,