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

Disabled the stdout printing in the string logger for old castor code.

parent c9b70a03
No related branches found
No related tags found
No related merge requests found
......@@ -231,7 +231,7 @@ void castor::log::StringLogger::reducedSyslog(std::string msg)
m_log << msg << std::endl;
// Temporary hack: also print them out:
printf (msg.c_str());
// printf (msg.c_str());
// Leave critical section.
pthread_mutex_unlock(&m_mutex);
......
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