Description
The provided patch changes the display of file errors so that it is of one consistent format. The format implemented is the following:
$filename[line $lnum, column $cnum]
If the filename is not available then filename is substituted with <unknown file>
A consistent format help tools to detect and process file references in velocity logs and exceptions.