Include file information in input reader error messages

This commit is contained in:
Tim Wojtulewicz 2021-12-09 12:08:33 -07:00
parent 8184073ef8
commit 098a5d3348
13 changed files with 179 additions and 57 deletions

View file

@ -1,5 +1,5 @@
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
warning: ../input.log/Input::READER_ASCII: Port '50/trash' contained unknown protocol 'trash'
warning: ../input.log/Input::READER_ASCII: Number '-1' cannot be negative
warning: ../input.log/Input::READER_ASCII: Could not convert line '1.2.3.8 -1/tcp' of ../input.log to Val. Ignoring line.
warning: ../input.log/Input::READER_ASCII: ../input.log, line 5: Port '50/trash' contained unknown protocol 'trash'
warning: ../input.log/Input::READER_ASCII: ../input.log, line 6: Number '-1' cannot be negative
warning: ../input.log/Input::READER_ASCII: ../input.log, line 6: Could not convert line '1.2.3.8 -1/tcp' of ../input.log to Val. Ignoring line.
received termination signal