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)
commit241e4abc2d16517da061c4e3b31a09c0887c7beb
treee87c794d111f54504c15b9de34c52ccc3aca298b
parentca7502b6de1e1ae49a62ad6b7a7ae8b760fa51ff
Reduce log level of SPTPS errors.

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.
src/logger.c