diff --git a/IOB-WIN/App.Debug.config b/IOB-WIN/App.Debug.config
index bc4606b4..a28a6954 100644
--- a/IOB-WIN/App.Debug.config
+++ b/IOB-WIN/App.Debug.config
@@ -6,5 +6,6 @@
+
\ No newline at end of file
diff --git a/IOB-WIN/App.Release.config b/IOB-WIN/App.Release.config
index 625fe8b7..693347a9 100644
--- a/IOB-WIN/App.Release.config
+++ b/IOB-WIN/App.Release.config
@@ -5,5 +5,6 @@
+
\ No newline at end of file
diff --git a/IOB-WIN/MainForm.cs b/IOB-WIN/MainForm.cs
index 53a4ff1d..37989636 100644
--- a/IOB-WIN/MainForm.cs
+++ b/IOB-WIN/MainForm.cs
@@ -844,6 +844,7 @@ namespace IOB_WIN
set
{
lblOutMessage3.Text = value;
+ if (iobObj.verboseLog) lg.Info(value);
}
}
///