diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2023-01-18 11:34:07 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-01-19 17:34:28 +0000 |
commit | aae673d7db4b26e8c4a8cc3d59fe94de4c47ba16 (patch) | |
tree | 398b3672681ecd0664cb79397f2001fea59b9c76 /test/log/1107 | |
parent | d23b36cd691de33b709eae04f6f100272a8081eb (diff) |
Logging: Add "D=" to more connection closure log lines. Bug 2434
Diffstat (limited to 'test/log/1107')
-rw-r--r-- | test/log/1107 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/log/1107 b/test/log/1107 index bf245861c..f1a206ef9 100644 --- a/test/log/1107 +++ b/test/log/1107 @@ -3,7 +3,7 @@ 1999-03-02 09:44:33 exim x.yz daemon started: pid=p1234, no queue runs, listening for SMTP on port PORT_D 1999-03-02 09:44:33 SMTP connection from [127.0.0.1] (TCP/IP connection count = 1) 1999-03-02 09:44:33 TLS error on connection from (timeout.rhu.barb) [127.0.0.1] (tls lib accept fn): timed out -1999-03-02 09:44:33 SMTP command timeout on connection from (timeout.rhu.barb) [127.0.0.1] +1999-03-02 09:44:33 SMTP command timeout on connection from (timeout.rhu.barb) [127.0.0.1] D=qqs 1999-03-02 09:44:33 SMTP connection from [127.0.0.1] (TCP/IP connection count = 1) 1999-03-02 09:44:33 TLS error on connection from (close.rhu.barb) [127.0.0.1] (tls lib accept fn): TCP connection closed by peer -1999-03-02 09:44:33 SMTP connection from (close.rhu.barb) [127.0.0.1] closed by EOF +1999-03-02 09:44:33 SMTP connection from (close.rhu.barb) [127.0.0.1] D=qqs closed by EOF |