From 13ebd7f3425a4d7041b5a91de17063f554430872 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 20 Feb 2002 16:42:16 +0000 Subject: [PATCH] before, entering and leaving where invisible now it's a really bleak grey anyone want to suggest a usable color ? Original commit message from CVS: before, entering and leaving where invisible now it's a really bleak grey anyone want to suggest a usable color ? --- gst/gstinfo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/gstinfo.h b/gst/gstinfo.h index 4237ca3..fbda401 100644 --- a/gst/gstinfo.h +++ b/gst/gstinfo.h @@ -165,8 +165,8 @@ G_GNUC_UNUSED static gchar *_debug_string = NULL; "''", GST_OBJECT_NAME (pad) #ifdef GST_DEBUG_COLOR - #define GST_DEBUG_ENTER(format, args...) GST_DEBUG( 31 , format ": \033[01;37mentering\033[00m\n" , ##args ) - #define GST_DEBUG_LEAVE(format, args...) GST_DEBUG( 31 , format ": \033[01;37mleaving\033[00m\n" , ##args ) + #define GST_DEBUG_ENTER(format, args...) GST_DEBUG( 31 , format ": \033[00;37mentering\033[00m\n" , ##args ) + #define GST_DEBUG_LEAVE(format, args...) GST_DEBUG( 31 , format ": \033[00;37mleaving\033[00m\n" , ##args ) #else #define GST_DEBUG_ENTER(format, args...) GST_DEBUG( 31 , format ": entering\n" , ##args ) #define GST_DEBUG_LEAVE(format, args...) GST_DEBUG( 31 , format ": leaving\n" , ##args ) -- 2.7.4