summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Philippe Andre <jp.andre@samsung.com>2015-05-12 19:34:55 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2015-05-12 19:37:25 +0900
commit22ef03cd5332cb5687b6398fb696292e3d0f7ae7 (patch)
tree4cff43b3f913a89c7c63ba2a2a9e141c6f6d6201
parent65b53f4a3737196a9caf100e06ccebfa0aed8e87 (diff)
downloadefl-22ef03cd5332cb5687b6398fb696292e3d0f7ae7.tar.gz
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.
-rw-r--r--src/lib/eina/eina_log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/eina/eina_log.c b/src/lib/eina/eina_log.c
index a9eb9aaa97..6fc962634f 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;