use Eina macro for default log color

SVN revision: 42855
This commit is contained in:
Vincent Torri 2009-10-02 04:47:34 +00:00
parent 832b0ee18f
commit de7282e68b
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ extern int _evas_log_dom_module;
#ifdef EVAS_DEFAULT_LOG_COLOR
# undef EVAS_DEFAULT_LOG_COLOR
#endif
#define EVAS_DEFAULT_LOG_COLOR "\033[36m"
#define EVAS_DEFAULT_LOG_COLOR EINA_COLOR_CYAN
#ifdef ERR
# undef ERR
#endif