Emotion generic: change the log domain name to be consistent with others domains.

This commit is contained in:
Davide Andreoli 2014-02-23 20:40:02 +01:00
parent 2bb9d9563c
commit 9df1e2e678
1 changed files with 2 additions and 2 deletions

View File

@ -1839,11 +1839,11 @@ generic_module_init(void)
return EINA_TRUE;
}
_emotion_generic_log_domain = eina_log_domain_register("emotion-generic",
_emotion_generic_log_domain = eina_log_domain_register("emotion_generic",
EINA_COLOR_LIGHTCYAN);
if (_emotion_generic_log_domain < 0)
{
EINA_LOG_CRIT("Could not register log domain 'emotion-generic'");
EINA_LOG_CRIT("Could not register log domain 'emotion_generic'");
return EINA_FALSE;
}