mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -04:00
Add a "starting" log line to proxy-go.
This commit is contained in:
parent
ea7b9c0223
commit
44ab82bc61
1 changed files with 2 additions and 0 deletions
|
@ -367,6 +367,8 @@ func main() {
|
|||
log.SetOutput(io.MultiWriter(os.Stderr, f))
|
||||
}
|
||||
|
||||
log.Println("starting")
|
||||
|
||||
var err error
|
||||
_, err = url.Parse(brokerURL)
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue