summaryrefslogtreecommitdiffstats
path: root/src/run.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/run.c')
-rw-r--r--src/run.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/run.c b/src/run.c
index 695b538..494730d 100644
--- a/src/run.c
+++ b/src/run.c
@@ -167,6 +167,8 @@ static int process_fifo(struct lt_config_app *cfg, struct lt_thread *t)
if (-1 == lt_fifo_recv(cfg->sh, t, mbase, LT_FIFO_MSG_MAXLEN))
return -1;
+ PRINT_VERBOSE(cfg, 1, "DEBIL\n");
+
lt_list_for_each_entry(func, &cfg->process_funcs, list) {
int ret;