Compare commits

...

1 Commits

Author SHA1 Message Date
William Banfield
1d331c5604 test 2022-08-10 10:40:31 -04:00

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,
)