Module: sip-router Branch: master Commit: dabfcccafdc2a8c044fe005b355f3e711f35776b URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=dabfccca...
Author: Henning Westerholt henning.westerholt@1und1.de Committer: Henning Westerholt henning.westerholt@1und1.de Date: Fri Apr 3 10:48:01 2009 +0200
remove superflous ')' from previous commit
---
cfg.y | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cfg.y b/cfg.y index 5cd56ce..de7643d 100644 --- a/cfg.y +++ b/cfg.y @@ -2788,7 +2788,7 @@ static void yyerror_at(struct cfg_pos* p, char* format, ...) vsnprintf(s, sizeof(s), format, ap); va_end(ap); if (p->e_line!=p->s_line) - LOG(L_CRIT, "parse error in config file, from line %d, column %d to line %d, column %d): %s\n", + LOG(L_CRIT, "parse error in config file, from line %d, column %d to line %d, column %d: %s\n", p->s_line, p->s_col, p->e_line, p->e_col, s); else if (p->s_col!=p->e_col) LOG(L_CRIT, "parse error in config file, line %d, column %d-%d: %s\n",