diff options
Diffstat (limited to '')
-rw-r--r-- | legacy/ecore/src/lib/ecore_file/ecore_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/legacy/ecore/src/lib/ecore_file/ecore_file.c b/legacy/ecore/src/lib/ecore_file/ecore_file.c index fc61fa4f39..564c137d30 100644 --- a/legacy/ecore/src/lib/ecore_file/ecore_file.c +++ b/legacy/ecore/src/lib/ecore_file/ecore_file.c | |||
@@ -41,7 +41,7 @@ ecore_file_init() | |||
41 | { | 41 | { |
42 | if (++_ecore_file_init_count != 1) | 42 | if (++_ecore_file_init_count != 1) |
43 | return _ecore_file_init_count; | 43 | return _ecore_file_init_count; |
44 | _ecore_file_log_dom = eina_log_domain_register("EcoreFile", ECORE_DEFAULT_LOG_COLOR); | 44 | _ecore_file_log_dom = eina_log_domain_register("EcoreFile", ECORE_FILE_DEFAULT_LOG_COLOR); |
45 | if(_ecore_file_log_dom < 0) | 45 | if(_ecore_file_log_dom < 0) |
46 | { | 46 | { |
47 | EINA_LOG_ERR("Impossible to create a log domain for the ecore file module."); | 47 | EINA_LOG_ERR("Impossible to create a log domain for the ecore file module."); |