]> Cypherpunks repositories - gostls13.git/commit
net/internal/socktest: simplify log message format
authorMikio Hara <mikioh.mikioh@gmail.com>
Mon, 21 Dec 2015 07:35:05 +0000 (16:35 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Tue, 22 Dec 2015 03:38:51 +0000 (03:38 +0000)
commitf80f6e4580b63fd837a5f9c0e9538b97d7520a7b
tree9437d4af4da832f408d09629438c019bc6b693e0
parent8567fb7a0a5c4d88a7bfb73ec1f0c4be4c58d1ff
net/internal/socktest: simplify log message format

This change replaces the existing log format separated by commas and
spaces with space-separated one.

Change-Id: I9a4b38669025430190c9a1a6b5c82b862866559d
Reviewed-on: https://go-review.googlesource.com/17999
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/net/internal/socktest/switch.go