emotion: revert to fast sed to use the right eina log domain.

This commit is contained in:
Cedric BAIL 2013-12-16 15:25:36 +09:00
parent d45eb7a9cf
commit fce52b1031
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}