2012/5/21 Filip Hanik Mailing Lists <devli...@hanik.com>: > > > ----- Mensaje original ----- >> De: "Rainer Jung" <rainer.j...@kippdata.de> >>> + if (log.isTraceEnabled()) { >>> + log.trace("["+new >>> java.sql.Date(System.currentTimeMillis()).toGMTString()+"] Processing send >>> file. ["+sk+"] "); >>> + } >> >> Was that intentional? I'd say the timestamp should be provided by the >> log framework and not by java.sql.Date. But maybe the whole message >> is >> just a leftover from debugging the issue. >> >> The same for the TC 7 backport. >> > > hi Rainer, no, not intentional, it is left over from debugging. I will remove > the Date object >
Fixed by http://svn.apache.org/viewvc?view=revision&revision=1342468 Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org