Disabled error summary if '-L off' was used.
Prior to this change, if '-L off' was used, the summary of errors
and warnings was (which scans the log) was replaced by an error
like this:
grep: off: No such file or directory
The summary of errors and warnings is now disabled if '-L off' is
used, thus fixing the bug.