]> Cypherpunks repositories - gostls13.git/commit
cmd/trace: add -d that prints parsed traces
authorHana Kim <hakim@google.com>
Fri, 25 Aug 2017 16:56:29 +0000 (12:56 -0400)
committerHyang-Ah Hana Kim <hyangah@gmail.com>
Mon, 28 Aug 2017 20:40:49 +0000 (20:40 +0000)
commit0b4f4e0153bbdb231eff3f3928f99eae3e48b363
treec153155e9786bdc4f64b3d712ebe5aa596260a63
parent2a56b023af36d8cbe3f4d096cb46f1009f206157
cmd/trace: add -d that prints parsed traces

This is useful when debugging the tool.

Some tweaks on logging: log the webserver address, log.Print instead
of log.Printf when possible.

Change-Id: Iaf71b6523b40dc13795511784d48eacf0f5a396a
Reviewed-on: https://go-review.googlesource.com/59570
Reviewed-by: Heschi Kreinick <heschi@google.com>
Reviewed-by: Dmitry Vyukov <dvyukov@google.com>
src/cmd/trace/main.go