@@ -129,8 +129,9 @@ (let ((res (client:start run-id server))) ;; if the server didn't respond we must remove the record (if res res (begin - (open-run-close tasks:server-force-clean-running-records-for-run-id tasks:open-db run-id) + (open-run-close tasks:server-force-clean-running-records-for-run-id tasks:open-db run-id + " server:check-if-running") res))) #f)))