This commit is contained in:
William Banfield
2022-08-10 10:32:34 -04:00
parent 991dbf0b5e
commit 59b737554b

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