cedric pushed a commit to branch master.

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

commit fce52b10310c1a7d6a9419ec71fcb5f53c7f9d8e
Author: Cedric BAIL <cedric.b...@samsung.com>
Date:   Mon Dec 16 15:25:36 2013 +0900

    emotion: revert to fast sed to use the right eina log domain.
---
 src/lib/emotion/emotion_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/emotion/emotion_main.c b/src/lib/emotion/emotion_main.c
index 5f5f512..68884d6 100644
--- a/src/lib/emotion/emotion_main.c
+++ b/src/lib/emotion/emotion_main.c
@@ -146,7 +146,7 @@ emotion_init(void)
    _emotion_log_domain = eina_log_domain_register("emotion", 
EINA_COLOR_LIGHTCYAN);
    if (_emotion_log_domain < 0)
      {
-        CRITICAL("Could not register log domain 'emotion'");
+        EINA_LOG_CRIT("Could not register log domain 'emotion'");
         eina_shutdown();
         return EINA_FALSE;
      }

-- 


Reply via email to