Re: [E-devel] [EGIT] [apps/terminology] master 02/02: configure.ac: remove --with_max_log_level

2016-10-18 Thread Gustavo Sverzut Barbieri
On Tue, Oct 18, 2016 at 10:14 AM, Boris Faure wrote: > Yesterday I wasted time wondering why EINA_LOG_LEVELS="win:4,termpty:4" > was showing the "win" debug logs but not the "termpty" ones. I checked > EFL and since I'm using the dev profile, EINA_LOG_LEVEL_MAXIMUM > was not set. It

Re: [E-devel] [EGIT] [apps/terminology] master 02/02: configure.ac: remove --with_max_log_level

2016-10-18 Thread Boris Faure
Yesterday I wasted time wondering why EINA_LOG_LEVELS="win:4,termpty:4" was showing the "win" debug logs but not the "termpty" ones. I checked EFL and since I'm using the dev profile, EINA_LOG_LEVEL_MAXIMUM was not set. It was in termpty.c but not win.c because this one included config.h and not

Re: [E-devel] [EGIT] [apps/terminology] master 02/02: configure.ac: remove --with_max_log_level

2016-10-18 Thread Gustavo Sverzut Barbieri
Hi Boris, This is not a correct understanding. If you disable a log using maximum log level, then the compiler will see a "small_int > big_int", which always evaluate to FALSE, and will remove the block on -O2 and up and this is PER USER, not in the EFL itself. The value you apply to EFL will

[EGIT] [apps/terminology] master 02/02: configure.ac: remove --with_max_log_level

2016-10-17 Thread Boris Faure
billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=6907ecf9f2060b7743528dd0147b262c17f1dc28 commit 6907ecf9f2060b7743528dd0147b262c17f1dc28 Author: Boris Faure Date: Mon Oct 17 22:32:35 2016 +0200 configure.ac: remove