before, entering and leaving where invisible now it's a really bleak grey anyone...
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 20 Feb 2002 16:42:16 +0000 (16:42 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 20 Feb 2002 16:42:16 +0000 (16:42 +0000)
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

index 4237ca3..fbda401 100644 (file)
@@ -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 )