From 4f957d65afbca3a9af8a27c3118332376c086bd0 Mon Sep 17 00:00:00 2001
From: lhausamm <loic_hausammann@hotmail.com>
Date: Fri, 13 Oct 2017 15:22:40 +0200
Subject: [PATCH] Add logger in debugging checks exception

---
 src/runner.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/runner.c b/src/runner.c
index 409fc4a869..16004e231e 100644
--- a/src/runner.c
+++ b/src/runner.c
@@ -2506,6 +2506,7 @@ void *runner_main(void *data) {
       t->ti_run = e->ti_current;
 #endif
 
+
       /* Different types of tasks... */
       switch (t->type) {
         case task_type_self:
-- 
GitLab