mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
more informative broker error messages (close #26)
This commit is contained in:
parent
e5f284ca56
commit
f91b8faa0a
2 changed files with 17 additions and 9 deletions
|
@ -237,7 +237,7 @@ func (c *webRTCConn) sendOfferToBroker() {
|
|||
"\nFront URL: ", frontDomain)
|
||||
answer, err := c.broker.Negotiate(offer)
|
||||
if nil != err || nil == answer {
|
||||
log.Printf("BrokerChannel error: %s", err)
|
||||
log.Printf("BrokerChannel Error: %s", err)
|
||||
answer = nil
|
||||
}
|
||||
c.answerChannel <- answer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue