From: Jeremy Harris Date: Sun, 7 Jun 2020 14:27:12 +0000 (+0100) Subject: Testsuite: tidy debug X-Git-Url: https://git.exim.org/users/heiko/exim.git/commitdiff_plain/a39e8a8288547a5299136b9e594075d7a19a2d81 Testsuite: tidy debug --- diff --git a/test/src/server.c b/test/src/server.c index c1f1ecf21..94cd3a8b2 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) {