From: Jean-Marc Pigeon Date: Sun, 16 Nov 2025 20:11:51 +0000 (-0500) Subject: Fixe call to rou_dbglive X-Git-Tag: tag-0.18~39 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=bb3d657f87e8dd6a6e1b0a3c7b8ace33ab39289b;p=jmp%2Fmailleur Fixe call to rou_dbglive --- diff --git a/lib/modrec.c b/lib/modrec.c index a997122..d3d93e1 100644 --- a/lib/modrec.c +++ b/lib/modrec.c @@ -175,7 +175,7 @@ intstat=0; phase=0; proceed=true; while (proceed==true) { - (void) rou_dbglive(8,OPEP,"%s phase='%d'",phase); + (void) rou_dbglive(8,OPEP,"phase='%d'",phase); switch (phase) { case 0 : //waiting contact if ((contact=eml_getcontact(socptr,pos))==(CONTYP *)0)