[exim-cvs] Debug: fix transport-wait DB message. Bug 3082

Inizio della pagina
Delete this message
Reply to this message
Autore: Exim Git Commits Mailing List
Data:  
To: exim-cvs
Oggetto: [exim-cvs] Debug: fix transport-wait DB message. Bug 3082
Gitweb: https://git.exim.org/exim.git/commitdiff/35e7f5dc54c333d744a6b73d5668abddc085e0da
Commit:     35e7f5dc54c333d744a6b73d5668abddc085e0da
Parent:     4341239037d5aac10b785f60f0e78570ab4ddebb
Author:     Peter Benie <pjb1008@???>
AuthorDate: Thu Mar 14 15:56:07 2024 +0000
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Thu Mar 14 15:56:07 2024 +0000


    Debug: fix transport-wait DB message.  Bug 3082
---
 src/src/transport.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


diff --git a/src/src/transport.c b/src/src/transport.c
index 5729f8e75..3609b78bb 100644
--- a/src/src/transport.c
+++ b/src/src/transport.c
@@ -1506,7 +1506,7 @@ open_db *dbm_file;
 if (!is_new_message_id(message_id))
   {
   DEBUG(D_transport) debug_printf("message_id %s is not new format; "
-    "skipping wait-%s database update\n", tpname);
+    "skipping wait-%s database update\n", message_id, tpname);
   return;
   }



--
## subscription configuration (requires account):
## https://lists.exim.org/mailman3/postorius/lists/exim-cvs.lists.exim.org/
## unsubscribe (doesn't require an account):
## exim-cvs-unsubscribe@???
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/