diff --git a/targets/tests/TestingHULC/Utilities/LogFileInformation/SimulationTimeInformation/SimulationTimeInformation.cpp b/targets/tests/TestingHULC/Utilities/LogFileInformation/SimulationTimeInformation/SimulationTimeInformation.cpp index 06a0487d8c1d38626f2d807b4740421eb87e8d55..e98e9a9953c5956d422aad6ff2bc83e5cf517312 100644 --- a/targets/tests/TestingHULC/Utilities/LogFileInformation/SimulationTimeInformation/SimulationTimeInformation.cpp +++ b/targets/tests/TestingHULC/Utilities/LogFileInformation/SimulationTimeInformation/SimulationTimeInformation.cpp @@ -10,7 +10,7 @@ std::shared_ptr<LogFileInformation> SimulationTimeInformation::getNewInstance(st std::string SimulationTimeInformation::getOutput() { makeCenterHead("Simulation Time Information"); - oss << "FileWriting: " << fileWriting <<std::endl; + oss << "FileWriting: " << std::boolalpha << fileWriting <<std::endl; oss << std::endl; oss << "TestName \t \t \t" << " L\t\t" << "Time for Test" << std::endl; oss << std::endl;