devilhorns pushed a commit to branch master.

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

commit b09dcc1e0e7af958c49b5a7e1b0845ea888f2781
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Wed Mar 1 10:50:52 2017 -0500

    ecore: Don't use logging domains with spaces
    
    Small patch to change the name of the ecore_animator logging domain.
    Names with spaces in them make it impossible to export
    EINA_LOG_LEVELS_GLOB inside a bashrc
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/lib/ecore/ecore_anim.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/ecore/ecore_anim.c b/src/lib/ecore/ecore_anim.c
index 44bd1f2..be79224 100644
--- a/src/lib/ecore/ecore_anim.c
+++ b/src/lib/ecore/ecore_anim.c
@@ -1031,7 +1031,7 @@ _ecore_animator_flush(void)
 void
 _ecore_animator_init(void)
 {
-   _ecore_anim_log_dom = eina_log_domain_register("ecore animator", 
ECORE_DEFAULT_LOG_COLOR);
+   _ecore_anim_log_dom = eina_log_domain_register("ecore_animator", 
ECORE_DEFAULT_LOG_COLOR);
    if (_ecore_anim_log_dom < 0)
      {
         EINA_LOG_ERR("Ecore was unable to create a log domain.");

-- 


Reply via email to