diff options
Diffstat (limited to 'src/lib/ecore_file')
-rw-r--r-- | src/lib/ecore_file/ecore_file_download.c | 2 | ||||
-rw-r--r-- | src/lib/ecore_file/ecore_file_private.h | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/ecore_file/ecore_file_download.c b/src/lib/ecore_file/ecore_file_download.c index 9ec113f9a8..dffef8fd59 100644 --- a/src/lib/ecore_file/ecore_file_download.c +++ b/src/lib/ecore_file/ecore_file_download.c | |||
@@ -93,7 +93,7 @@ _ecore_file_download(const char *url, | |||
93 | { | 93 | { |
94 | if (!url) | 94 | if (!url) |
95 | { | 95 | { |
96 | CRIT("Download URL is null"); | 96 | CRI("Download URL is null"); |
97 | return EINA_FALSE; | 97 | return EINA_FALSE; |
98 | } | 98 | } |
99 | 99 | ||
diff --git a/src/lib/ecore_file/ecore_file_private.h b/src/lib/ecore_file/ecore_file_private.h index 5a091b3b04..82f9767153 100644 --- a/src/lib/ecore_file/ecore_file_private.h +++ b/src/lib/ecore_file/ecore_file_private.h | |||
@@ -48,10 +48,10 @@ extern int _ecore_file_log_dom; | |||
48 | #endif | 48 | #endif |
49 | #define WRN(...) EINA_LOG_DOM_WARN(_ecore_file_log_dom, __VA_ARGS__) | 49 | #define WRN(...) EINA_LOG_DOM_WARN(_ecore_file_log_dom, __VA_ARGS__) |
50 | 50 | ||
51 | #ifdef CRIT | 51 | #ifdef CRI |
52 | # undef CRIT | 52 | # undef CRI |
53 | #endif | 53 | #endif |
54 | #define CRIT(...) EINA_LOG_DOM_CRIT(_ecore_file_log_dom, __VA_ARGS__) | 54 | #define CRI(...) EINA_LOG_DOM_CRIT(_ecore_file_log_dom, __VA_ARGS__) |
55 | 55 | ||
56 | /* ecore_file_monitor */ | 56 | /* ecore_file_monitor */ |
57 | int ecore_file_monitor_init(void); | 57 | int ecore_file_monitor_init(void); |