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 saw you did it for EFM, same thing.



>
>    tmp = getenv("TMPDIR");
>    if (!tmp) tmp = "/tmp";
>
>
>
> ------------------------------------------------------------------------------
> 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-svn mailing list
> enlightenment-...@lists.sourceforge.net <javascript:;>
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>


-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202
------------------------------------------------------------------------------
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
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to