{
#define DBG "DBGLIVE"
-(void) rou_alert(0,"BIGRE Bigre dbglive=<%s>",dbglive);
if ((debug>=dlevel)&&(dbglive!=(char *)0)) {
- (void) rou_alert(0,"Bigre dbglive=<%s>",dbglive);
if (strstr(dbglive,prcref)!=(char *)0) {
char *nstr;
va_list args;
- (void) rou_asprintf(&nstr,"%s: %s",prcref,fmt);
va_start(args,fmt);
+ (void) rou_asprintf(&nstr,"%s: %s",prcref,fmt);
+ (void) rou_alert(0,"Bigre dbglive=<%s> nstr=<%s>",dbglive,nstr);
(void) rou_valert(dlevel,nstr,args);
va_end(args);
(void) free(nstr);
#-------------------------------------------
#options available to debug mailleur
#OPTIONS="-d9"
-#this is to debug a specific function within a specific module
-#OPTIONS="-d9 -Dlvleml.c:checkto,modrec.c:docontact
+#this is to debug a specific function within a specific procedure name
+#Avaliable procedure name are defined within mailleur sources (#define OPEP)
+#OPTIONS="-d9 -Dlvleml.c:checkto,modrec.c:docontact"
#-------------------------------------------