diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2023-08-08 23:33:41 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-08-09 11:59:21 +0100 |
commit | 4e871f9b28dff4cacfd012aede1d092cc8cfbd36 (patch) | |
tree | 79c7fa20ca0c40c22a7762e50670ab233097fa7f /test/stderr/0632 | |
parent | ddaf34e7b7fe02cbbb99a6bf515eb4298d6b2d4b (diff) |
Logging: connection_id
Diffstat (limited to 'test/stderr/0632')
-rw-r--r-- | test/stderr/0632 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/stderr/0632 b/test/stderr/0632 index 0103f0b2c..66928e2e8 100644 --- a/test/stderr/0632 +++ b/test/stderr/0632 @@ -476,11 +476,11 @@ p1235 ╭considering: ${tod_full} p1235 ├──expanding: ${tod_full} p1235 ╰─────result: Tue, 2 Mar 1999 09:44:33 +0000 LOG: MAIN - <= CALLER@test.ex H=(test.ex) [127.0.0.1] P=smtp S=sss + <= CALLER@test.ex H=(test.ex) [127.0.0.1] Ci=p1235 P=smtp S=sss search_tidyup called Process p1235 is ready for new message LOG: smtp_connection MAIN - SMTP connection from (test.ex) [127.0.0.1] D=qqs closed by QUIT + SMTP connection Ci=p1235 from (test.ex) [127.0.0.1] D=qqs closed by QUIT p1234 1 SMTP accept process running p1234 Listening... p1234 daemon_notification (from unknown addr) @@ -930,11 +930,11 @@ p1236 ╭considering: ${tod_full} p1236 ├──expanding: ${tod_full} p1236 ╰─────result: Tue, 2 Mar 1999 09:44:33 +0000 LOG: MAIN - <= CALLER@test.ex H=(test.ex) [127.0.0.1] P=smtp S=sss + <= CALLER@test.ex H=(test.ex) [127.0.0.1] Ci=p1236 P=smtp S=sss search_tidyup called Process p1236 is ready for new message LOG: smtp_connection MAIN - SMTP connection from (test.ex) [127.0.0.1] D=qqs closed by QUIT + SMTP connection Ci=p1236 from (test.ex) [127.0.0.1] D=qqs closed by QUIT p1234 1 SMTP accept process running p1234 Listening... search_tidyup called |