From 9ec02756d786c306cc513976642af8cb67e8241e Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Sun, 27 Jul 2025 08:16:41 -0400 Subject: [PATCH] Adjusting Contact terminated message format --- lib/modrec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/modrec.c b/lib/modrec.c index 2245fa2..a99dbcf 100644 --- a/lib/modrec.c +++ b/lib/modrec.c @@ -214,7 +214,7 @@ while (proceed==true) { if (contact!=(CONTYP *)0) { static const char *cmt; - cmt=" (Contact terminated, credit='%d' condition=<%s>)"; + cmt="(Contact terminated, credit='%d' condition=<%s>)"; (void) log_fprintlog(contact->logptr,true,cmt, contact->credit, contact->termend); -- 2.47.3