This commit is contained in:
William Banfield
2022-08-10 10:32:34 -04:00
parent 152a2fa5c9
commit 1d331c5604

View File

@@ -132,7 +132,7 @@ type ErrSwitchAuthenticationFailure struct {
func (e ErrSwitchAuthenticationFailure) Error() string {
return fmt.Sprintf(
"failed to authenticate peer. Dialed %v, but got peer with ID %s",
"failed to authenticate beep peer. Dialed %v, but got peer with ID %s",
e.Dialed,
e.Got,
)