info: Re-instate the default for color usage

This was accidently removed in 7a722091b6
This commit is contained in:
Edward Hervey 2010-08-30 16:02:55 +02:00
parent 8c2481dd57
commit b0b8fb9b31

View file

@ -264,7 +264,7 @@ static GSList *__log_functions = NULL;
static gboolean pretty_tags = PRETTY_TAGS_DEFAULT;
static volatile gint G_GNUC_MAY_ALIAS __default_level = GST_LEVEL_DEFAULT;
static volatile gint G_GNUC_MAY_ALIAS __use_color;
static volatile gint G_GNUC_MAY_ALIAS __use_color = 1;
static FILE *log_file;