Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Humanoid Path Planner
hpp-util
Commits
a4e248a5
Commit
a4e248a5
authored
Mar 16, 2011
by
Thomas Moulard
Browse files
Do not create unneeded journal file.
parent
0ffcbe81
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/debug.cc
View file @
a4e248a5
...
...
@@ -181,7 +181,11 @@ namespace hpp
JournalOutput
::
JournalOutput
(
std
::
string
filename
)
:
filename
(
filename
),
lastFunction
(),
stream
(
makeLogFile
(
*
this
).
c_str
())
#ifdef HPP_DEBUG
stream
(
makeLogFile
(
*
this
).
c_str
())
#else
stream
()
#endif
{}
JournalOutput
::~
JournalOutput
()
...
...
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