[exim-cvs] Testsuite: tidy debug

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Exim Git Commits Mailing List
Datum:  
To: exim-cvs
Betreff: [exim-cvs] Testsuite: tidy debug
Gitweb: https://git.exim.org/exim.git/commitdiff/a39e8a8288547a5299136b9e594075d7a19a2d81
Commit:     a39e8a8288547a5299136b9e594075d7a19a2d81
Parent:     b535735cdd9680f4d47a9430ca6e3d4ce625f7f2
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Sun Jun 7 15:27:12 2020 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Sun Jun 7 15:27:12 2020 +0100


    Testsuite: tidy debug
---
 test/src/server.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


diff --git a/test/src/server.c b/test/src/server.c
index c1f1ecf..94cd3a8 100644
--- a/test/src/server.c
+++ b/test/src/server.c
@@ -279,7 +279,7 @@ if (initial_pause > 0)

 if (port == 0)  /* Unix domain */
   {
-  if (debug) printf("%l: Creating Unix domain socket\n", (long) time(NULL));
+  if (debug) printf("%ld: Creating Unix domain socket\n", (long) time(NULL));
   listen_socket[udn] = socket(PF_UNIX, SOCK_STREAM, 0);
   if (listen_socket[udn] < 0)
     {