Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
dynamic-graph
Commits
c8243dca
Unverified
Commit
c8243dca
authored
Aug 12, 2019
by
corentinberge
Committed by
GitHub
Aug 12, 2019
Browse files
Update logger.cpp
Made a bug when I was added line, I delete the bug
parent
77b25682
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/debug/logger.cpp
View file @
c8243dca
...
...
@@ -64,9 +64,8 @@ namespace dynamicgraph
// if print is allowed by current verbosity level
if
(
isStreamMsg
(
type
))
{
int
l
=
line
;
// check whether counter already exists
string
id
=
file
+
/*
toString(line)
*/
+
l
;
string
id
=
file
+
toString
(
line
);
map
<
string
,
double
>::
iterator
it
=
m_stream_msg_counters
.
find
(
id
);
if
(
it
==
m_stream_msg_counters
.
end
())
{
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment