Skip to content

Commit

Permalink
fix #65 -comm,dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Lvov committed Mar 30, 2016
1 parent 2a829ed commit aecc7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tempesta_fw/cfg.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ static void
print_parse_error(const TfwCfgParserState *ps)
{

TFW_ERR("configuration parsing error str:%d;w:%s;e:%d\n", ps->e.line + 1 , ps->e.name, ps->err);
TFW_ERR("configuration parsing error str:%d;w:%s\n", ps->e.line + 1 , ps->e.name);
}


Expand Down

0 comments on commit aecc7bd

Please sign in to comment.