commit | 0566a8c1068214ef079b2c8d117207fbc98ce3a4 | [log] [tgz] |
---|---|---|
author | Akash Mukherjee <akashmukherjee@google.com> | Thu Jun 09 21:01:33 2022 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 09 21:01:33 2022 |
tree | ffbed27b61c51951eb3c78edfbcf4b0e4de2473e | |
parent | 755d86520959b8497deb4bf3e52eeeb4572443e7 [diff] |
[snoopy] Fixed a logging information. Other day I accidentally noticed this logging information was incorrect potentially happened due to copy-pasta from above. This CL fixes it, there's no real functionality change in this CL tho. R=jclinton@google.com Bug:1269830 Change-Id: I153e07336d3bd1335e67ef95074d616f273ab466 Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/3698768 Reviewed-by: Jason Clinton <jclinton@chromium.org> Commit-Queue: Akash Mukherjee <akashmukherjee@google.com>
LUCI Go code is meant to be worked on from an Chromium infra.git checkout, which enforces packages versions and Go toolchain version. First get fetch via depot_tools.git then run:
fetch infra cd infra/go eval `./env.py` cd src/go.chromium.org/luci
Contributing uses the same flow as Chromium contributions.