From: Brian West Date: Sun, 4 Mar 2007 01:46:33 +0000 (+0000) Subject: fix comments X-Git-Tag: v1.0-beta1~970 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60e80586db1d2abcca4150a0d14c876ff6f103d1;p=thirdparty%2Ffreeswitch.git fix comments git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4441 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch_config.c b/src/switch_config.c index 91085a0280..0e816a3e73 100644 --- a/src/switch_config.c +++ b/src/switch_config.c @@ -174,7 +174,7 @@ SWITCH_DECLARE(int) switch_config_next_pair(switch_config_t *cfg, char **var, ch if ((*val = strchr(*var, '=')) == 0) { ret = -1; - //log_printf(0, server.log, "Invalid syntax on %s: line %d\n", cfg->path, cfg->lineno); + /* log_printf(0, server.log, "Invalid syntax on %s: line %d\n", cfg->path, cfg->lineno); */ continue; } else { p = *val - 1;