DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=37282>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=37282 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW ------- Additional Comments From [EMAIL PROTECTED] 2006-09-13 20:13 ------- I forgot to include part of my patch. SyslogWriter must be patched to implement the close method. The following patch will do that: *** SyslogWriter.java.orig 2006-09-13 16:11:07.000000000 -0400 --- SyslogWriter.java 2006-09-13 16:11:21.000000000 -0400 *************** *** 82,86 **** void flush() {} public ! void close() {} } --- 82,86 ---- void flush() {} public ! void close() {if (ds != null) ds.close();} } I have opened a separate bug report for the tab issue. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
