devilhorns pushed a commit to branch master.

commit e232b629a7de63502f7f2d4a4bb6fba257864c35
Author: Chris Michael <[email protected]>
Date:   Fri May 24 21:36:05 2013 +0100

    At this stage of engine shutdown, the eina log domain has been removed
    and is not valid, so don't use ERR to print a message.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/modules/evas/engines/gl_common/evas_gl_core.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/src/modules/evas/engines/gl_common/evas_gl_core.c 
b/src/modules/evas/engines/gl_common/evas_gl_core.c
index bea210a..be6a4da 100644
--- a/src/modules/evas/engines/gl_common/evas_gl_core.c
+++ b/src/modules/evas/engines/gl_common/evas_gl_core.c
@@ -1389,11 +1389,7 @@ void
 evgl_engine_shutdown(void *eng_data)
 {
    // Check if engine is valid
-   if (!evgl_engine)
-     {
-        ERR("EVGL Engine not valid!");
-        return;
-     }
+   if (!evgl_engine) return;
 
    // Log
    eina_log_domain_unregister(_evas_gl_log_dom);

-- 

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may

Reply via email to