From 2aea515740951df2c2e7120f2c932545cc811fa6 Mon Sep 17 00:00:00 2001
From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch>
Date: Fri, 15 Sep 2017 12:33:17 +0200
Subject: [PATCH] Comment and logging change.

---
 AutoTx/AutoTx.cs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/AutoTx/AutoTx.cs b/AutoTx/AutoTx.cs
index fee6fea..4539298 100644
--- a/AutoTx/AutoTx.cs
+++ b/AutoTx/AutoTx.cs
@@ -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) {
-- 
GitLab