From 10e405a07fed63f60bb4cd3e4a5759097572a2b1 Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Sat, 26 Jul 2025 12:31:07 -0400 Subject: [PATCH] small message adjustment --- lib/modrec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/modrec.c b/lib/modrec.c index 242b892..f8001b7 100644 --- a/lib/modrec.c +++ b/lib/modrec.c @@ -212,7 +212,7 @@ while (proceed==true) { break; default : //SAFE guard if (contact!=(CONTYP *)0) { - (void) log_fprintlog(contact->logptr,true," (%s, credit='%d')", + (void) log_fprintlog(contact->logptr,true," (%s, credit='%d')", "Contact terminated",contact->credits); (void) sql_newconnect(contact->sqlptr,contact->peerip,-1); contact=eml_dropcontact(contact); -- 2.47.3