conf-parser: parsing error logs should show a type not a vartype
authorRonny Chevalier <chevalier.ronny@gmail.com>
Sat, 30 May 2015 10:21:26 +0000 (12:21 +0200)
committerRonny Chevalier <chevalier.ronny@gmail.com>
Sat, 30 May 2015 10:24:16 +0000 (12:24 +0200)
commit98d75800461c091e95398936ceb1efc2d5a3f699
tree50c5a6ce16e9ca005d060150e500e7af265da76d
parent732b7f39a2b3b1a2af90102c6262186ae71197ac
conf-parser: parsing error logs should show a type not a vartype

Instead of this:
[filename:1] Failed to parse nsec_t value, ignoring: garbage

we show this:
[filename:1] Failed to parse nsec value, ignoring: garbage
src/shared/conf-parser.c