diff options
author | Guilherme Lepsch <lepsch@expertisesolutions.com.br> | 2015-02-20 14:53:00 +0100 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2015-02-20 14:53:04 +0100 |
commit | 186a1ab11d140389538398253fbbd8e63475fbca (patch) | |
tree | de9e6de17899d326bd4f3ab010e9258bb353c435 /src | |
parent | 2e260f019ae4ca23bf3c73fc773ef6a45b7fc707 (diff) |
ecore_cocoa: cosmetic color.
Summary: The log is registered with the private definition ECORE_DEFAULT_LOG_COLOR from ecore_private.h. Changed to a explicit color.
Reviewers: cedric
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D2010
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/ecore_cocoa/ecore_cocoa.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_cocoa/ecore_cocoa.m b/src/lib/ecore_cocoa/ecore_cocoa.m index 8958b00cd5..396e1bcbf8 100644 --- a/src/lib/ecore_cocoa/ecore_cocoa.m +++ b/src/lib/ecore_cocoa/ecore_cocoa.m | |||
@@ -39,7 +39,7 @@ ecore_cocoa_init(void) | |||
39 | if (!ecore_event_init()) | 39 | if (!ecore_event_init()) |
40 | return --_ecore_cocoa_init_count; | 40 | return --_ecore_cocoa_init_count; |
41 | 41 | ||
42 | _ecore_cocoa_log_domain = eina_log_domain_register("ecore_cocoa", ECORE_DEFAULT_LOG_COLOR); | 42 | _ecore_cocoa_log_domain = eina_log_domain_register("ecore_cocoa", EINA_COLOR_BLUE); |
43 | if(_ecore_cocoa_log_domain < 0) | 43 | if(_ecore_cocoa_log_domain < 0) |
44 | { | 44 | { |
45 | EINA_LOG_ERR("Unable to create a log domain for ecore_cocoa."); | 45 | EINA_LOG_ERR("Unable to create a log domain for ecore_cocoa."); |