diff options
Diffstat (limited to 'src/lib/ecore_wl2/ecore_wl2.c')
-rw-r--r-- | src/lib/ecore_wl2/ecore_wl2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_wl2/ecore_wl2.c b/src/lib/ecore_wl2/ecore_wl2.c index 0ea82c0e11..3219baa760 100644 --- a/src/lib/ecore_wl2/ecore_wl2.c +++ b/src/lib/ecore_wl2/ecore_wl2.c | |||
@@ -231,7 +231,7 @@ ecore_wl2_shutdown(void) | |||
231 | { | 231 | { |
232 | if (_ecore_wl2_init_count < 1) | 232 | if (_ecore_wl2_init_count < 1) |
233 | { | 233 | { |
234 | ERR("Ecore_Wl2 shutdown called without Ecore_Wl2 Init"); | 234 | EINA_LOG_ERR("Ecore_Wl2 shutdown called without Ecore_Wl2 Init"); |
235 | return 0; | 235 | return 0; |
236 | } | 236 | } |
237 | 237 | ||