From 5368202eac67f103a2d28124bdb66b630669d936 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 4 May 2012 14:47:49 +0100 Subject: [PATCH 1/4] Stop using deprecated debug-ansi.h --- src/media-stream.c | 2 -- src/muc-channel.c | 6 ++---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/media-stream.c b/src/media-stream.c index 75c9ea3..cf94c97 100644 --- a/src/media-stream.c +++ b/src/media-stream.c @@ -27,8 +27,6 @@ #include #include -#include - #include #include #include diff --git a/src/muc-channel.c b/src/muc-channel.c index 69fd30a..93ab206 100644 --- a/src/muc-channel.c +++ b/src/muc-channel.c @@ -29,7 +29,6 @@ #include #include -#include #include #include #include @@ -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, -- 1.7.10