Efreet: Remove redundant log text

SVN revision: 57860
This commit is contained in:
Sebastian Dransfeld 2011-03-18 20:06:03 +00:00
parent a812c2b0d3
commit c04c2ce3c5
1 changed files with 2 additions and 2 deletions

View File

@ -1262,7 +1262,7 @@ desktop_cache_update_free(void *data, void *ev)
EINA_ITERATOR_FOREACH(it, tuple)
{
if (tuple->data == NON_EXISTING) continue;
ERR("Efreet: %d:%s still in cache on cache close!",
ERR("%d:%s still in cache on cache close!",
((Efreet_Desktop *)tuple->data)->ref, (char *)tuple->key);
dangling++;
}
@ -1281,7 +1281,7 @@ desktop_cache_update_free(void *data, void *ev)
else
{
/* TODO: Keep in old_desktop_caches, as we might close ref later */
ERR("Efreet: ERROR. There are still %i desktop files with old\n"
ERR("There are still %i desktop files with old\n"
"dangling references to desktop files. This application\n"
"has not handled the EFREET_EVENT_DESKTOP_CACHE_UPDATE\n"
"fully and released its references. Please fix the application\n"