git://git.exim.org
/
users
/
heiko
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b535735
)
Testsuite: tidy debug
author
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 7 Jun 2020 14:27:12 +0000
(15:27 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 7 Jun 2020 14:27:12 +0000
(15:27 +0100)
test/src/server.c
patch
|
blob
|
history
diff --git
a/test/src/server.c
b/test/src/server.c
index c1f1ecf2171c173b8908b59f5b73c53cd63dabc0..94cd3a8b2dcfa06c5fc45025dbecca46fab3c56c 100644
(file)
--- 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("%l
d
: Creating Unix domain socket\n", (long) time(NULL));
listen_socket[udn] = socket(PF_UNIX, SOCK_STREAM, 0);
if (listen_socket[udn] < 0)
{