Skip to content
Snippets Groups Projects
Commit c6c5794b authored by Eric Cano's avatar Eric Cano
Browse files

Fixed the (commented out) call to log in unit tests.

parent 1b6ae54b
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ void StringLogger::reducedSyslog(const std::string & msg) {
m_log << msg.substr(0, m_maxMsgLen) << std::endl;
// Uncomment this to get the logs printed to stdout during unit tests.
// printf (msg.substr(0, m_maxMsgLen).c_str());
// printf ("%s\n", msg.substr(0, m_maxMsgLen).c_str());
}
} // namespace log
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment