edje: give more info when needed.
authorcedric <cedric>
Wed, 22 Jun 2011 15:59:15 +0000 (15:59 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 22 Jun 2011 15:59:15 +0000 (15:59 +0000)
Typicall case being with elementary not taking theme
into account due to misspelling.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@60599 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/edje_load.c

index 82d7c06..5405b01 100644 (file)
@@ -173,6 +173,9 @@ edje_file_group_exists(const char *file, const char *glob)
         if (eina_hash_find(edf->collection, glob)) succeed = EINA_TRUE;
      }
    _edje_cache_file_unref(edf);
+
+   INF("edje_file_group_exists: '%s', '%s': %i\n", file, glob, succeed);
+
    return succeed;
 }