1
0
Fork 0

Improve error message format.

This commit is contained in:
Matt Goodall 2017-03-30 20:56:11 +01:00
parent 19c81df5d6
commit 0d9f3a4de5
1 changed files with 1 additions and 1 deletions

View File

@ -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 {