Skip to content

Commit

Permalink
修改了日志输出
Browse files Browse the repository at this point in the history
  • Loading branch information
wu committed Jan 14, 2021
1 parent 8882fd5 commit dccae0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func main() {
// see https://www.ndss-symposium.org/ndss-paper/detecting-probe-resistant-proxies/
return
}
log.Println("target ip" + tgt.String() + "\n")
log.Println("target ip :" + tgt.String() + "\n")
rc, err := net.Dial("tcp", tgt.String())
if err != nil {
log.Fatalf("failed to connect to target: %v", err)
Expand Down

0 comments on commit dccae0c

Please sign in to comment.