Skip to content

Commit

Permalink
debug.h: Switch DEBUG prints to green instead of blue
Browse files Browse the repository at this point in the history
The blue is not very readable (not contrasted enough) on terminals with
a dark background. Using green looks better on both dark and clear
backgrounds.

Signed-off-by: Paul Cercueil <paul.cercueil@analog.com>
  • Loading branch information
Paul Cercueil committed Apr 3, 2017
1 parent 04436b2 commit c053eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

#ifdef WITH_COLOR_DEBUG
#ifndef COLOR_DEBUG
#define COLOR_DEBUG "\e[0;34m"
#define COLOR_DEBUG "\e[0;32m"
#endif
#ifndef COLOR_WARNING
#define COLOR_WARNING "\e[01;35m"
Expand Down

0 comments on commit c053eb0

Please sign in to comment.