Don't log errors when autoconnecting fails and debuglevel is 0.
[tinc] / src / net.c
index 097a79c..5d84741 100644 (file)
--- a/src/net.c
+++ b/src/net.c
@@ -327,7 +327,7 @@ int reload_configuration(void) {
        read_config_options(config_tree, NULL);
 
        snprintf(fname, sizeof(fname), "%s" SLASH "hosts" SLASH "%s", confbase, myself->name);
-       read_config_file(config_tree, fname);
+       read_config_file(config_tree, fname, true);
 
        /* Parse some options that are allowed to be changed while tinc is running */