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

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

parent 82b586cf
Branches
Tags
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.
Please register or to comment