diff --git a/lib/sasacore/process.ml b/lib/sasacore/process.ml
index 6a7d2679861b19a089d0906a5cd95edf2139b2ee..ed319e2a87a7c594e2847ec8bd80bac14958ff60 100644
--- a/lib/sasacore/process.ml
+++ b/lib/sasacore/process.ml
@@ -1,4 +1,4 @@
-(* Time-stamp: <modified the 13/03/2019 (at 10:01) by Erwan Jahier> *)
+(* Time-stamp: <modified the 20/03/2019 (at 13:07) by Erwan Jahier> *)
 
 type t = {
   pid : string;
@@ -44,7 +44,7 @@ let (make: bool -> Topology.node -> t) =
       with _ ->
         if custom_mode then
           failwith "Registering actions is mandatory in algorithms when using custom demon!"
-        else [""]
+        else ["a"]
     in
     let process = {
       pid = pid;