jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=22ef03cd5332cb5687b6398fb696292e3d0f7ae7

commit 22ef03cd5332cb5687b6398fb696292e3d0f7ae7
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Tue May 12 19:34:55 2015 +0900

    Eina log: Fix previous commit (ERR & CRI -> bt)
    
    This was a < comparison, not <=
    I don't totally agree on taking the bts for each error... just try
    to cat a binary file in terminology and have fun.
---
 src/lib/eina/eina_log.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/eina/eina_log.c b/src/lib/eina/eina_log.c
index a9eb9aa..6fc9626 100644
--- a/src/lib/eina/eina_log.c
+++ b/src/lib/eina/eina_log.c
@@ -121,7 +121,7 @@ static Eina_Bool _disable_timing = EINA_TRUE;
 static int _abort_level_on_critical = EINA_LOG_LEVEL_CRITICAL;
 
 #ifdef EINA_LOG_BACKTRACE
-static int _backtrace_level = 1; // CRI & ERR by default
+static int _backtrace_level = 2; // CRI & ERR by default
 #endif
 
 static Eina_Bool _threads_enabled = EINA_FALSE;

-- 


Reply via email to