This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository efl.

View the commit online.

commit 173c72d5b6da0d5af925113fac3ef96fb97dabc2
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Sat Mar 1 11:16:55 2025 +0000

    efreet - demote desaktop files with refs on exit to warn
    
    this is really a warning, not an error if someone has references to
    desktop files still on shutdown.
---
 src/lib/efreet/efreet_cache.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/efreet/efreet_cache.c b/src/lib/efreet/efreet_cache.c
index 681ea1f1aa..dd4dfb0b99 100644
--- a/src/lib/efreet/efreet_cache.c
+++ b/src/lib/efreet/efreet_cache.c
@@ -437,7 +437,7 @@ efreet_cache_shutdown(void)
     IF_RELEASE(icon_theme_cache_file);
 
     if (old_desktop_caches)
-        ERR("This application has not properly closed all its desktop references!");
+        WRN("This application has not properly closed all its desktop references!");
     EINA_LIST_FREE(old_desktop_caches, d)
     {
         eina_hash_free(d->hash);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to