Skip to content
Snippets Groups Projects
Commit 2aea5157 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Comment and logging change.

parent a990c0fd
No related branches found
No related tags found
No related merge requests found
......@@ -161,6 +161,7 @@ namespace AutoTx
configInvalid = true;
}
// ServiceTimer
if (_config.ServiceTimer < 1000) {
writeLog("ERROR: ServiceTimer must not be smaller than 1000 ms!");
configInvalid = true;
......@@ -816,7 +817,7 @@ namespace AutoTx
dirPath = dirPath + "_" + CreateTimestamp();
}
Directory.CreateDirectory(dirPath);
// writeLogDebug("Created new directory: " + dirPath);
writeLogDebug("Created directory: " + dirPath);
return dirPath;
}
catch (Exception ex) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment