swr/rast: Prepend the console output with a newline

It can get jumbled with output from other threads.

Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
This commit is contained in:
George Kyriazis
2018-04-30 17:45:55 -05:00
parent db25fcfcde
commit 8cb55dae2e
@@ -59,7 +59,7 @@ namespace ArchRast
outDir << KNOB_DEBUG_OUTPUT_DIR << pBaseName << "_" << pid << std::ends;
mOutputDir = outDir.str();
if (CreateDirectory(mOutputDir.c_str(), NULL)) {
std::cout << "ArchRast Dir: " << mOutputDir << std::endl << std::endl << std::flush;
std::cout << std::endl << "ArchRast Dir: " << mOutputDir << std::endl << std::endl << std::flush;
}
// There could be multiple threads creating thread pools. We