]> git.ipfire.org Git - thirdparty/wireguard-go.git/commit
device: add missing colon to error line
authorJason A. Donenfeld <Jason@zx2c4.com>
Fri, 18 Dec 2020 10:52:13 +0000 (11:52 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Thu, 7 Jan 2021 13:49:44 +0000 (14:49 +0100)
commitad73ee78e90823a92eacf7521173308a392e8323
treedee2d7d87814569c6d0ebe00064a483f5e986283
parente9edc1634947519df3589f62a7baecd2c2b6f593
device: add missing colon to error line

People are actually hitting this condition, so make it uniform. Also,
change a printf into a println, to match the other conventions.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
device/device.go
device/send.go