cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=186a1ab11d140389538398253fbbd8e63475fbca

commit 186a1ab11d140389538398253fbbd8e63475fbca
Author: Guilherme Lepsch <lep...@expertisesolutions.com.br>
Date:   Fri Feb 20 14:53:00 2015 +0100

    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 <ced...@osg.samsung.com>
---
 src/lib/ecore_cocoa/ecore_cocoa.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/ecore_cocoa/ecore_cocoa.m 
b/src/lib/ecore_cocoa/ecore_cocoa.m
index 8958b00..396e1bc 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)
    if (!ecore_event_init())
      return --_ecore_cocoa_init_count;
 
-   _ecore_cocoa_log_domain = eina_log_domain_register("ecore_cocoa", 
ECORE_DEFAULT_LOG_COLOR);
+   _ecore_cocoa_log_domain = eina_log_domain_register("ecore_cocoa", 
EINA_COLOR_BLUE);
    if(_ecore_cocoa_log_domain < 0)
      {
         EINA_LOG_ERR("Unable to create a log domain for ecore_cocoa.");

-- 


Reply via email to