more prints

This commit is contained in:
Tom Hacohen 2013-06-10 16:20:29 +01:00
parent ed1d015b8f
commit 61c3e288c6
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ _job_dispatch(List_Entry *ent, Scheduler_Ctx *ctx)
_job_deleted_cb, ctx);
}
fprintf(stderr, "Executing '%s'\n", buf);
exe = ecore_exe_pipe_run(buf, ECORE_EXE_TERM_WITH_PARENT, ent);
if (!exe)