]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/loopvar: adjust logging messages
authorDavid Chase <drchase@google.com>
Fri, 5 May 2023 20:29:37 +0000 (16:29 -0400)
committerGopher Robot <gobot@golang.org>
Tue, 9 May 2023 12:49:49 +0000 (12:49 +0000)
commit59d19ba797d9bf9544f31a1f9f80e8532b244db5
tree9258897f67cc7b661afa724e4a4e8fb3641f5ebf
parent8d5065ce6e09dcded85c32b7eb7768c6f7fd3b7c
cmd/compile/loopvar: adjust logging messages

Michael Stapelberg thought the former messages had
upside potential, Russ and I agreed.

Also slightly tweaked the json logging, not sure if
anyone will use it but it should at least be okay.

Change-Id: Iaab75114dd5f5d8f011fab22d32b57abc0272815
Reviewed-on: https://go-review.googlesource.com/c/go/+/493135
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: David Chase <drchase@google.com>
Auto-Submit: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
Reviewed-by: Michael Stapelberg <stapelberg@google.com>
src/cmd/compile/internal/loopvar/loopvar.go
src/cmd/compile/internal/loopvar/loopvar_test.go