summaryrefslogtreecommitdiff
path: root/src/lib/ecore/efl_loop_consumer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ecore/efl_loop_consumer.c')
-rw-r--r--src/lib/ecore/efl_loop_consumer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ecore/efl_loop_consumer.c b/src/lib/ecore/efl_loop_consumer.c
index 2b5182e6d8..d2f5de88d3 100644
--- a/src/lib/ecore/efl_loop_consumer.c
+++ b/src/lib/ecore/efl_loop_consumer.c
@@ -40,6 +40,7 @@ static Eina_Future *
_efl_loop_consumer_future_resolved(const Eo *obj, Efl_Loop_Consumer_Data *pd EINA_UNUSED,
Eina_Value result)
{
+ printf("_efl_loop_consumer_future_resolved\n"); fflush(stdout);
return eina_future_resolved(efl_loop_future_scheduler_get(obj), result);
}