Improve chooseProtocol logging (#873)
authorBen Kochie <superq@gmail.com>
Thu, 17 Feb 2022 16:48:40 +0000 (17:48 +0100)
committerGitHub <noreply@github.com>
Thu, 17 Feb 2022 16:48:40 +0000 (17:48 +0100)
commit4240a3a318a50597cada81b5367fe4756a1b122e
tree1bb1064da3a1bdd1d64d4ed6fdb19b0853bcbd10
parentd1941a7b997ee430cbb70abcf0f6613be0159a52
Improve chooseProtocol logging (#873)

Add `target` and `ip_protocol` fields to the logging in teh
`chooseProtocol()` utility function. This makes debugging output easier.

Signed-off-by: SuperQ <superq@gmail.com>
prober/utils.go