e3d797bc851dc90fb88e68ae715c204d0f46e6ff |
|
20-May-2017 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
config: When showing an "Unknown setting" error, show the full section path
For example with:
service foo {
inet_listener bar {
key = value
}
}
Instead of showing just:
Unknown setting: key
Show the entire path:
Unknown setting: service { inet_listener { key
Any filters won't be shown, because they don't affect the result. |