mirror of
https://github.com/mjl-/mox.git
synced 2025-07-19 03:26:37 +03:00
queue: in log lines about delivery, we had both "attempts" starting at 0 and "attempt" starting at 1, keep only "attempts" starting at 1
from eric l, thanks!
This commit is contained in:
@ -68,7 +68,6 @@ func deliverSubmit(qlog mlog.Log, resolver dns.Resolver, dialer smtpclient.Diale
|
||||
qlog.Debugx("queue deliversubmit result", submiterr,
|
||||
slog.Any("host", transport.DNSHost),
|
||||
slog.Int("port", port),
|
||||
slog.Int("attempt", m0.Attempts),
|
||||
slog.String("result", r),
|
||||
slog.Int("delivered", delivered),
|
||||
slog.Int("failed", failed),
|
||||
|
Reference in New Issue
Block a user