Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
7f19545d
Commit
7f19545d
authored
Sep 14, 2020
by
Antoine Kaufmann
Browse files
i40e: fix logger
parent
047f217f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
i40e_bm/logger.cc
i40e_bm/logger.cc
+1
-0
No files found.
i40e_bm/logger.cc
View file @
7f19545d
...
...
@@ -16,6 +16,7 @@ logger &logger::operator<<(char c)
if
(
c
==
endl
)
{
std
::
cerr
<<
runner
->
time_ps
()
<<
" "
<<
label
<<
": "
<<
ss
.
str
()
<<
std
::
endl
;
ss
.
clear
();
}
else
{
ss
<<
c
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment