On Thu, Jun 28, 2012 at 4:45 PM, Gustavo Sverzut Barbieri
<[email protected]> wrote:
> On Thursday, June 28, 2012, Enlightenment SVN wrote:
>
>> Log:
>> eeze scanner log dom -> ERR
>>
>>
>> Author:       discomfitor
>> Date:         2012-06-28 03:23:11 -0700 (Thu, 28 Jun 2012)
>> New Revision: 72994
>> Trac:         http://trac.enlightenment.org/e/changeset/72994
>>
>> Modified:
>>  trunk/eeze/src/bin/eeze_scanner.c
>>
>> Modified: trunk/eeze/src/bin/eeze_scanner.c
>> ===================================================================
>> --- trunk/eeze/src/bin/eeze_scanner.c   2012-06-28 10:19:45 UTC (rev 72993)
>> +++ trunk/eeze/src/bin/eeze_scanner.c   2012-06-28 10:23:11 UTC (rev 72994)
>> @@ -431,8 +431,8 @@
>>
>>    sigs_setup();
>>    es_log_dom = eina_log_domain_register("eeze_scanner", EINA_COLOR_CYAN);
>> -   eina_log_domain_level_set("eeze_scanner", EINA_LOG_LEVEL_DBG);
>> -   eina_log_domain_level_set("eeze", EINA_LOG_LEVEL_DBG);
>> +   eina_log_domain_level_set("eeze_scanner", EINA_LOG_LEVEL_ERR);
>> +   eina_log_domain_level_set("eeze", EINA_LOG_LEVEL_ERR);
>
>
>
>
> You shouldn't do this! Use EINA_LOG_LEVELS=eeze:2 or the level you want. By
> default it will be EINA_LOG_LEVEL= value if nothing specific is used.

I agree

Vincent

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to