On Tue, 15 Mar 2011, Enlightenment SVN wrote:

> Log:
> Efreet: And revert logging, no longer needed

eina_log support is enabled, but it seems that it is disabled in efreet. 
See efreet_private.h lines 72 and after and efreet.c line 36. On the other 
hand, it's enabled in efreet_mime (see efreet_mime.c line 46).

Vincent

>
> Author:       englebass
> Date:         2011-03-15 11:49:49 -0700 (Tue, 15 Mar 2011)
> New Revision: 57772
> Trac:         http://trac.enlightenment.org/e/changeset/57772
>
> Modified:
>  trunk/efreet/src/bin/efreet_icon_cache_create.c
>
> Modified: trunk/efreet/src/bin/efreet_icon_cache_create.c
> ===================================================================
> --- trunk/efreet/src/bin/efreet_icon_cache_create.c   2011-03-15 17:20:58 UTC 
> (rev 57771)
> +++ trunk/efreet/src/bin/efreet_icon_cache_create.c   2011-03-15 18:49:49 UTC 
> (rev 57772)
> @@ -743,7 +743,6 @@
>
>     icon_themes = 
> eina_hash_string_superfast_new(EINA_FREE_CB(icon_theme_free));
>
> -    if (verbose) printf("opening theme cache\n");
>     /* open theme file */
>     theme_ef = eet_open(efreet_icon_theme_cache_file(), 
> EET_FILE_MODE_READ_WRITE);
>     if (!theme_ef) goto on_error_efreet;
> @@ -779,7 +778,6 @@
>         free(keys);
>     }
>
> -    if (verbose) printf("scan for themes\n");
>     /* scan themes */
>     cache_theme_scan(efreet_icon_deprecated_user_dir_get());
>     cache_theme_scan(efreet_icon_user_dir_get());
> @@ -811,12 +809,10 @@
> #ifndef STRICT_SPEC
>         if (!theme->theme.name.name) continue;
> #endif
> -        if (verbose) printf("scan theme %s\n", theme->theme.name.name);
>
>         changed = EINA_FALSE;
>         themes = eina_hash_string_superfast_new(NULL);
>
> -        if (verbose) printf("open icon file\n");
>         /* open icon file */
>         icon_ef = 
> eet_open(efreet_icon_cache_file(theme->theme.name.internal), 
> EET_FILE_MODE_READ_WRITE);
>         if (!icon_ef) goto on_error_efreet;
> @@ -866,7 +862,6 @@
>         if (!theme->dirs)
>             theme->dirs = eina_hash_string_superfast_new(NULL);
>
> -        if (verbose) printf("scan icons\n");
>         if (cache_scan(&(theme->theme), themes, icons, theme->dirs, &changed))
>         {
>             if (verbose)
> @@ -906,7 +901,6 @@
>
>     changed = EINA_FALSE;
>
> -    if (verbose) printf("open fallback file\n");
>     /* open icon file */
>     icon_ef = eet_open(efreet_icon_cache_file(EFREET_CACHE_ICON_FALLBACK), 
> EET_FILE_MODE_READ_WRITE);
>     if (!icon_ef) goto on_error_efreet;
> @@ -956,7 +950,6 @@
>     if (!theme->dirs)
>         theme->dirs = eina_hash_string_superfast_new(NULL);
>
> -    if (verbose) printf("scan fallback icons\n");
>     /* Save fallback in the right part */
>     if (cache_fallback_scan(icons, theme->dirs, &changed))
>     {
> @@ -1004,7 +997,6 @@
>         }
>     }
>
> -    if (verbose) printf("done\n");
> on_error_efreet:
>     efreet_shutdown();
>
>
>
> ------------------------------------------------------------------------------
> Colocation vs. Managed Hosting
> A question and answer guide to determining the best fit
> for your organization - today and in the future.
> http://p.sf.net/sfu/internap-sfd2d
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
>

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to