We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f24e0 commit 7a45c52Copy full SHA for 7a45c52
HCMInternal/CheckpointInjectionLogger.cpp
@@ -27,7 +27,7 @@ class CheckpointInjectionLogger::CheckpointInjectionLoggerImpl
27
initTime = ss.str();
28
29
// setup log file
30
- logFilePath = dirPath + logFileName;
+ logFilePath = dirPath + "Logs\\" + logFileName;
31
if (!fileExists(logFilePath))
32
{
33
// create the file w/ explanation
0 commit comments