this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Always flush shen using TRACE

+1 -1
+1 -1
src/util/trace.cpp
··· 10 10 TraceHelper::~TraceHelper() 11 11 { 12 12 if (g_loggingEnabled) 13 - std::cerr << std::endl; 13 + std::cerr << std::endl << std::flush; 14 14 } 15 15 16 16 template<> void logPrint<std::string>(std::string value)