mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Better error msg on bad fingerprint
This commit is contained in:
parent
f701641382
commit
ec9476e5ab
2 changed files with 5 additions and 2 deletions
|
@ -32,7 +32,7 @@ import (
|
|||
"gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/v2/common/bridgefingerprint"
|
||||
)
|
||||
|
||||
var ErrBridgeNotFound = errors.New("bridge not found")
|
||||
var ErrBridgeNotFound = errors.New("bridge with requested fingerprint is unknown to the broker")
|
||||
|
||||
func NewBridgeListHolder() BridgeListHolderFileBased {
|
||||
return &bridgeListHolder{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue