Reduce log level of SPTPS errors.
authorGuus Sliepen <guus@tinc-vpn.org>
Fri, 1 Apr 2022 13:16:40 +0000 (15:16 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Fri, 1 Apr 2022 13:16:40 +0000 (15:16 +0200)
SPTPS error messages should not always be logged, they are mostly
low-level details, and serious errors like failing to connect to a node
due to SPTPS issues will be logged by higher layers anyway, so move it
down to log level 3.

Fixes #298 on GitHub.


No differences found