summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric BAIL <cedric.bail@samsung.com>2013-12-16 15:25:36 +0900
committerCedric BAIL <cedric.bail@samsung.com>2013-12-16 15:25:36 +0900
commitfce52b10310c1a7d6a9419ec71fcb5f53c7f9d8e (patch)
tree834a889b45f327277ba06ed7ebc3734373c64bc4
parentd45eb7a9cfdcc294c1d508e57ebd3c1b70f53f74 (diff)
emotion: revert to fast sed to use the right eina log domain.
-rw-r--r--src/lib/emotion/emotion_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/emotion/emotion_main.c b/src/lib/emotion/emotion_main.c
index 5f5f5124e..68884d62c 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;
}