diff options
author | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2010-10-07 22:31:46 +0000 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2010-10-07 22:31:46 +0000 |
commit | 3a88bc8b71460c71d5d571f79ae9f422b8ee5db5 (patch) | |
tree | d7310acb7fe064697b10f7032d6307ebb29c6573 /legacy/ecore/src/lib/ecore_imf/ecore_imf.c | |
parent | bc2c59746d149b2dbfba7d1e76267677052329cc (diff) |
log domains in lower-case only please.
let's make it a standard so we don't have to look at the code
everytime to figure out the name...
SVN revision: 53172
Diffstat (limited to '')
-rw-r--r-- | legacy/ecore/src/lib/ecore_imf/ecore_imf.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/legacy/ecore/src/lib/ecore_imf/ecore_imf.c b/legacy/ecore/src/lib/ecore_imf/ecore_imf.c index 060b8f2a9f..bf83d9575d 100644 --- a/legacy/ecore/src/lib/ecore_imf/ecore_imf.c +++ b/legacy/ecore/src/lib/ecore_imf/ecore_imf.c | |||
@@ -36,8 +36,9 @@ ecore_imf_init(void) | |||
36 | if (++_ecore_imf_init_count != 1) return _ecore_imf_init_count; | 36 | if (++_ecore_imf_init_count != 1) return _ecore_imf_init_count; |
37 | 37 | ||
38 | if (!ecore_init()) return --_ecore_imf_init_count; | 38 | if (!ecore_init()) return --_ecore_imf_init_count; |
39 | _ecore_imf_log_dom = eina_log_domain_register("EcoreIMF", ECORE_IMF_DEFAULT_LOG_COLOR); | 39 | _ecore_imf_log_dom = eina_log_domain_register |
40 | if (_ecore_imf_log_dom < 0) | 40 | ("ecore_imf", ECORE_IMF_DEFAULT_LOG_COLOR); |
41 | if (_ecore_imf_log_dom < 0) | ||
41 | { | 42 | { |
42 | EINA_LOG_ERR("Impossible to create a log domain for the Ecore IMF module."); | 43 | EINA_LOG_ERR("Impossible to create a log domain for the Ecore IMF module."); |
43 | ecore_shutdown(); | 44 | ecore_shutdown(); |