diff options
| author | Wladimir J. van der Laan <[email protected]> | 2018-08-30 13:04:19 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2018-08-30 14:41:33 +0200 |
| commit | a66c0f78a941968340f030911765a84219908c4d (patch) | |
| tree | d33e6b9d55077552d28f1a74fe23ccadec513571 /src/httpserver.cpp | |
| parent | Merge #14103: docs: Fix broken Doxygen comments (diff) | |
| download | discoin-a66c0f78a941968340f030911765a84219908c4d.tar.xz discoin-a66c0f78a941968340f030911765a84219908c4d.zip | |
util: Report parse errors in configuration file
Report errors while parsing the configuration file, instead of silently
ignoring them.
$ src/bitcoind -regtest
Error reading configuration file: parse error on line 22: nodebuglogfile, if you intended to specify a negated option, use nodebuglogfile=1 instead
$ src/bitcoind -regtest
Error reading configuration file: parse error on line 22: sdafsdfafs
$ src/bitcoind -regtest
Error reading configuration file: parse error on line 24: -nodebuglogfile=1, options in the configuration file must be specified without leading -
Diffstat (limited to 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions