fix comments

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4441 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2007-03-04 01:46:33 +00:00
parent fdd5d2d822
commit 60e80586db
1 changed files with 1 additions and 1 deletions

View File

@ -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;