Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Y
YAT4TANGO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software Control System
Libraries
YAT4TANGO
Commits
f0710355
Commit
f0710355
authored
Jul 21, 2023
by
System User
Browse files
Options
Downloads
Patches
Plain Diff
[InnerAppender] Removed irrelevant comment
parent
e25e8b32
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/InnerAppender.cpp
+0
-2
0 additions, 2 deletions
src/InnerAppender.cpp
with
0 additions
and
2 deletions
src/InnerAppender.cpp
+
0
−
2
View file @
f0710355
...
@@ -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
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment