Skip to content
Snippets Groups Projects
Commit fd00036c authored by Steven Murray's avatar Steven Murray
Browse files

Updated printf comment in StringLogger::writeMsgToUnderlyingLoggingSystem()

parent 6cde3117
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ void StringLogger::writeMsgToUnderlyingLoggingSystem(const std::string &header,
m_log << headerPlusBody << std::endl;
// Uncomment this to get the logs printed to stdout during unit tests.
// printf ("%s\n", headerPlusBody.substr(0, m_maxMsgLen).c_str());
// printf ("%s\n", headerPlusBody.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