Improve error message format.
This commit is contained in:
parent
19c81df5d6
commit
0d9f3a4de5
|
|
@ -136,7 +136,7 @@ func authenticate(stream *Stream, mechanisms []string, user, password string) er
|
|||
return nil
|
||||
}
|
||||
}
|
||||
return errors.New("No supported SASL mechanism found.")
|
||||
return errors.New("no supported SASL mechanism found")
|
||||
}
|
||||
|
||||
type authHandler struct {
|
||||
|
|
|
|||
Loading…
Reference in New Issue