Skip to content
Snippets Groups Projects
Commit f0710355 authored by System User's avatar System User
Browse files

[InnerAppender] Removed irrelevant comment

parent e25e8b32
No related branches found
No related tags found
No related merge requests found
...@@ -660,8 +660,6 @@ int InnerAppender::_append (const log4tango::LoggingEvent& event) ...@@ -660,8 +660,6 @@ int InnerAppender::_append (const log4tango::LoggingEvent& event)
//- reformat the incomming LoggingEvent //- reformat the incomming LoggingEvent
LogPtr ptr_log = new Log; LogPtr ptr_log = new Log;
/* Should use the original event timestamp but due to millisec precision
we have to use our own timestamp */
yat::Time tm_log; yat::Time tm_log;
tm_log.set_double_unix(event.timestamp.get_seconds()); tm_log.set_double_unix(event.timestamp.get_seconds());
tm_log.add_sec(double(event.timestamp.get_microseconds()) / MICROSEC_PER_SEC); tm_log.add_sec(double(event.timestamp.get_microseconds()) / MICROSEC_PER_SEC);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment