aboutsummaryrefslogtreecommitdiff
path: root/topbin/coqproofworker_bin.ml
diff options
context:
space:
mode:
Diffstat (limited to 'topbin/coqproofworker_bin.ml')
-rw-r--r--topbin/coqproofworker_bin.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/topbin/coqproofworker_bin.ml b/topbin/coqproofworker_bin.ml
index baf76582ac..2715406b13 100644
--- a/topbin/coqproofworker_bin.ml
+++ b/topbin/coqproofworker_bin.ml
@@ -11,4 +11,4 @@
module W = AsyncTaskQueue.MakeWorker(Stm.ProofTask) ()
let () =
- WorkerLoop.start ~init:W.init_stdout ~loop:W.main_loop
+ WorkerLoop.start ~init:W.init_stdout ~loop:W.main_loop "coqproofworker"