chore: incorrect log field
This commit is contained in:
parent
34c1c5a57c
commit
b8292cc5ba
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ func (a *plainClient) Start(si *smtp.ServerInfo) (mech string, ir []byte, err er
|
||||||
}
|
}
|
||||||
|
|
||||||
func (a *plainClient) Next(challenge []byte, b bool) (response []byte, err error) {
|
func (a *plainClient) Next(challenge []byte, b bool) (response []byte, err error) {
|
||||||
slog.Info("Next: %v", challenge)
|
slog.Info("Next: %v", slog.String("challenge", string(challenge)))
|
||||||
return nil, nil
|
return nil, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue