Hi,

FileGenerator now logs any IOException as an error(), but that's not the case
in the real life: sometimes it's just FileNotFoundException.

This simple patch differentiates between FileNotFoundException (which is not a
server error) - which is not logged; and any other IOException (that's may be an error)
which is logged as error().

Please apply attached "diff -u" - assuming that it's meaningful.

Thanks,
Vadim

FileGenerator.java.diff

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to