chiark / gitweb /
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)
committerSven Eden <yamakuzure@gmx.net>
Tue, 14 Mar 2017 09:01:16 +0000 (10:01 +0100)
commit5359a35808adfc37bd7fba849daee45da6a60a71
tree0884ec99f91af3da0d4d1aafe779956104aec7b2
parent52306a952075183d4bdb20d9dc446cf26ef3deac
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