From 35431a21399272d676dcbc3364938ae71deace56 Mon Sep 17 00:00:00 2001 From: Jean-Marc Pigeon Date: Sun, 16 Nov 2025 14:47:22 -0500 Subject: [PATCH] Debugging procedure rou_dbglive! --- lib/modrec.c | 2 +- lib/subrou.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/modrec.c b/lib/modrec.c index f5cc511..a997122 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(0,OPEP,"%s phase='%d'",phase); + (void) rou_dbglive(8,OPEP,"%s phase='%d'",phase); switch (phase) { case 0 : //waiting contact if ((contact=eml_getcontact(socptr,pos))==(CONTYP *)0) diff --git a/lib/subrou.c b/lib/subrou.c index b692765..f949722 100644 --- a/lib/subrou.c +++ b/lib/subrou.c @@ -642,6 +642,7 @@ PUBLIC void rou_dbglive(const int dlevel,const char *prcref,const char *fmt,...) char *ptr; if ((debug>=dlevel)&&((ptr=getenv(DBG))!=(char *)0)) { + (void) rou_alert(0,"Bigre ptr=<%s>",ptr); if (strstr(ptr,prcref)!=(char *)0) { char *nstr; va_list args; -- 2.47.3