(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)
commit91355b9ac5a80d6d7da6951a72ea0c22651bdfa8
tree79756981e383238642983cf3f8f30a04c3c73c4e
parentebffa40aa7832459f63801e3a91cc741e6b339a8
(read|append)_config_file: log open errors as LOG_DEBUG

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