From: Jean-Marc Pigeon (Delson) Date: Fri, 18 Jul 2025 10:38:01 +0000 (-0400) Subject: Adjusting Makefile.cbg and messages X-Git-Tag: tag-0.14~58 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=d34a62b225a14251dac1f8dd32daa876a34062a3;p=jmp%2Fmailleur Adjusting Makefile.cbg and messages --- diff --git a/Makefile.dbg b/Makefile.dbg index 5500dde..af27a0e 100644 --- a/Makefile.dbg +++ b/Makefile.dbg @@ -104,7 +104,7 @@ onesortr: debug #procedure to start all needed components to have #a full complete test -restart : killall dosortr dorcvr doscarmt +restart : killall dosortr dorcvr doscarmt dosendr @ echo "Restart completed" actions : debug newtest restart @@ -125,6 +125,7 @@ dorcvr : $(EMLPAR)$(TESTITER) dosendr: debug + @ echo "Starting sender" @ \ ./bin/sender \ -d 2 \ diff --git a/lib/lvleml.c b/lib/lvleml.c index cafa50d..78c00a2 100644 --- a/lib/lvleml.c +++ b/lib/lvleml.c @@ -355,7 +355,7 @@ while (proceed==true) { break; case 2 : //freeing memory if (srv->credit<0) { - (void) log_fprintlog(contact->logptr,false,"Remote %s[%s] credit='%d' %s", + (void) log_fprintlog(contact->logptr,false,"(Remote %s[%s] credit='%d' %s)", contact->peername, contact->peerip, srv->credit,"too low");