edje signal emits - enable DBG for being able to debug edj files

this would allow all emits from embryo script or otherwise to be seen
and debugged via eina-log.
This commit is contained in:
Carsten Haitzler 2016-09-23 20:10:16 +09:00
parent ec6271c8c3
commit 8257c95f39
1 changed files with 1 additions and 1 deletions

View File

@ -1282,7 +1282,7 @@ _edje_emit_handle(Edje *ed, const char *sig, const char *src,
if (ed->delete_me) return;
if (!sig) sig = "";
if (!src) src = "";
// printf("EDJE EMIT: (%p) signal: \"%s\" source: \"%s\"\n", ed, sig, src);
DBG("EDJE EMIT: (%p) signal: \"%s\" source: \"%s\"\n", ed, sig, src);
_edje_block(ed);
_edje_ref(ed);
_edje_util_freeze(ed);