Fix arithmetic check in check_logParser
Description of bug
Apparently the warning field in the printout of Errors/Warnings of logParser contains spaces and is not interpreted as a number. As a result warnings are never caught as they should
Changes introduced
Force printout as an integer
Tests
Before
After
Issues resolved
Closes #174 (closed)