mirror of
https://blitiri.com.ar/repos/chasquid
synced 2026-01-08 17:51:57 +00:00
courier: Fix small typo in smtp.go's trace
This commit is contained in:
@@ -36,7 +36,7 @@ type SMTP struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (s *SMTP) Deliver(from string, to string, data []byte) (error, bool) {
|
func (s *SMTP) Deliver(from string, to string, data []byte) (error, bool) {
|
||||||
tr := trace.New("goingSMTP", "Deliver")
|
tr := trace.New("SMTP", "Deliver")
|
||||||
defer tr.Finish()
|
defer tr.Finish()
|
||||||
tr.LazyPrintf("%s -> %s", from, to)
|
tr.LazyPrintf("%s -> %s", from, to)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user