From: Guus Sliepen Date: Sat, 2 Aug 2003 15:29:06 +0000 (+0000) Subject: Oops. X-Git-Tag: release-1.0~19 X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=9c2d5d9f9212dee5ee988f4824e5e4afedb7a2dd Oops. --- diff --git a/src/conf.c b/src/conf.c index e57eb8bd..8d30e0d5 100644 --- a/src/conf.c +++ b/src/conf.c @@ -19,7 +19,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: conf.c,v 1.9.4.70 2003/08/02 15:27:24 guus Exp $ + $Id: conf.c,v 1.9.4.71 2003/08/02 15:29:06 guus Exp $ */ #include "system.h" @@ -390,7 +390,6 @@ int read_config_file(avl_tree_t *config_tree, const char *fname) break; } - logger(LOG_DEBUG, "%s=%s", variable, value); cfg = new_config(); cfg->variable = xstrdup(variable); cfg->value = xstrdup(value);