Remove or lower the priority of some debug messages.
[tinc] / src / conf.c
index e2b6442..09f2d13 100644 (file)
@@ -393,7 +393,6 @@ bool read_server_config(void) {
                                if (l > 5 && !strcmp(".conf", & ep->d_name[ l - 5 ])) {
                                        free(fname);
                                        xasprintf(&fname, "%s/%s", dname, ep->d_name);
-                                       logger(LOG_DEBUG, "Reading conf file \"%s\"", fname);
                                        x = read_config_file(config_tree, fname);
                                }
                        }