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.
This commit is contained in:
Jean-Philippe Andre 2015-05-12 19:34:55 +09:00
parent 65b53f4a37
commit 22ef03cd53
1 changed files with 1 additions and 1 deletions

View File

@ -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;