ecore_wl2: Changed log macro ERR->EINA_LOG_ERR.

Summary:
When the ecore_wl2_shutdown() calling without ecore_wl2_init().

It makes crash.

Reviewers: eagleeye, devilhorns

Reviewed By: devilhorns

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D9452
This commit is contained in:
Woochanlee 2019-07-31 07:34:56 -04:00 committed by Christopher Michael
parent 6a1b0c3b2f
commit 740b91c9de
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ ecore_wl2_shutdown(void)
{
if (_ecore_wl2_init_count < 1)
{
ERR("Ecore_Wl2 shutdown called without Ecore_Wl2 Init");
EINA_LOG_ERR("Ecore_Wl2 shutdown called without Ecore_Wl2 Init");
return 0;
}