diff --git a/p2p/errors.go b/p2p/errors.go index 3650a7a0a..c3739aed7 100644 --- a/p2p/errors.go +++ b/p2p/errors.go @@ -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, )