(read|append)_config_file: log open errors as LOG_DEBUG
authorFlorian Klink <flokli@flokli.de>
Thu, 2 Jul 2015 10:35:41 +0000 (12:35 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 2 Jul 2015 19:22:47 +0000 (21:22 +0200)
In a "decentrally managed vpn" it is very likely that host config
files for some reachable nodes do not exist. Currently, tinc
fills the logs with "Cannot open config file" messages.

This commit changes the log level to LOG_DEBUG so
syslog doesn't get filled by default.


No differences found