Skip to content

Commit 7a45c52

Browse files
committed
Checkpoint Injection log also to logs folder
1 parent e8f24e0 commit 7a45c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HCMInternal/CheckpointInjectionLogger.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class CheckpointInjectionLogger::CheckpointInjectionLoggerImpl
2727
initTime = ss.str();
2828

2929
// setup log file
30-
logFilePath = dirPath + logFileName;
30+
logFilePath = dirPath + "Logs\\" + logFileName;
3131
if (!fileExists(logFilePath))
3232
{
3333
// create the file w/ explanation

0 commit comments

Comments
 (0)