raster pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=fca53bbd3f53709b8303aa5012cbdbcc030ed8e7

commit fca53bbd3f53709b8303aa5012cbdbcc030ed8e7
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Sun Oct 13 23:15:12 2019 +0100

    e invert to set env var for fussy aborts as opposed to inverse
    
    better stability for users.
---
 src/bin/e_log.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/bin/e_log.c b/src/bin/e_log.c
index 7446d0501..dbde719e3 100644
--- a/src/bin/e_log.c
+++ b/src/bin/e_log.c
@@ -39,10 +39,8 @@ e_log_init(void)
         if (level < 1)
           eina_log_print_cb_set(_e_log_cb, NULL);
      }
-#ifndef E_RELEASE_BUILD
-   if (!getenv("E_DONT_ABORT"))
+   if (getenv("E_ABORT"))
      eina_log_abort_on_critical_set(1);
-#endif
    return e_log_dom != -1;
 }
 

-- 


Reply via email to