From fce52b10310c1a7d6a9419ec71fcb5f53c7f9d8e Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Mon, 16 Dec 2013 15:25:36 +0900 Subject: [PATCH] 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 5f5f5124e1..68884d62c6 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; }