devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=740b91c9de4fd30d46b4deb50e3e3097fe6b26bd

commit 740b91c9de4fd30d46b4deb50e3e3097fe6b26bd
Author: Woochanlee <[email protected]>
Date:   Wed Jul 31 07:34:56 2019 -0400

    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
---
 src/lib/ecore_wl2/ecore_wl2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
 {
    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;
      }
 

-- 


Reply via email to