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
be75ba68
Commit
be75ba68
authored
Sep 14, 2020
by
Antoine Kaufmann
Browse files
i40e: another logger fix
parent
d7bf26a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
i40e_bm/logger.cc
i40e_bm/logger.cc
+1
-1
No files found.
i40e_bm/logger.cc
View file @
be75ba68
...
@@ -16,7 +16,7 @@ logger &logger::operator<<(char c)
...
@@ -16,7 +16,7 @@ logger &logger::operator<<(char c)
if
(
c
==
endl
)
{
if
(
c
==
endl
)
{
std
::
cerr
<<
runner
->
time_ps
()
<<
" "
<<
label
<<
": "
<<
ss
.
str
()
<<
std
::
cerr
<<
runner
->
time_ps
()
<<
" "
<<
label
<<
": "
<<
ss
.
str
()
<<
std
::
endl
;
std
::
endl
;
ss
.
clear
(
);
ss
.
str
(
std
::
string
()
);
}
else
{
}
else
{
ss
<<
c
;
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