tasn pushed a commit to branch master.

commit c5860fc6e6a87122cced44a8ec401873cefd06fd
Author: Tom Hacohen <[email protected]>
Date:   Wed May 8 15:43:19 2013 +0100

    Fixed exactness compilation. Thanks seoz.
---
 configure.ac        | 1 -
 src/bin/scheduler.c | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 91879b1..3767db1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,6 +45,5 @@ Makefile
 src/Makefile
 src/bin/Makefile
 src/lib/Makefile
-src/scripts/Makefile
 data/Makefile
 ])
diff --git a/src/bin/scheduler.c b/src/bin/scheduler.c
index c18d595..d8122f4 100644
--- a/src/bin/scheduler.c
+++ b/src/bin/scheduler.c
@@ -67,6 +67,7 @@ _job_dispatch(List_Entry *ent, Scheduler_Ctx *ctx)
               _job_deleted_cb, ctx);
      }
 
+   printf(" **** Running: %s\n", ent->name);
    exe = ecore_exe_pipe_run(buf, ECORE_EXE_TERM_WITH_PARENT, ent);
 
    if (!exe)

-- 

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may

Reply via email to