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 ...@@ -161,6 +161,7 @@ namespace AutoTx
configInvalid = true; configInvalid = true;
} }
// ServiceTimer
if (_config.ServiceTimer < 1000) { if (_config.ServiceTimer < 1000) {
writeLog("ERROR: ServiceTimer must not be smaller than 1000 ms!"); writeLog("ERROR: ServiceTimer must not be smaller than 1000 ms!");
configInvalid = true; configInvalid = true;
...@@ -816,7 +817,7 @@ namespace AutoTx ...@@ -816,7 +817,7 @@ namespace AutoTx
dirPath = dirPath + "_" + CreateTimestamp(); dirPath = dirPath + "_" + CreateTimestamp();
} }
Directory.CreateDirectory(dirPath); Directory.CreateDirectory(dirPath);
// writeLogDebug("Created new directory: " + dirPath); writeLogDebug("Created directory: " + dirPath);
return dirPath; return dirPath;
} }
catch (Exception ex) { catch (Exception ex) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment