From f052cb6a0524ece7bc1fb57b8117fe1ff83b2684 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Thu, 26 Oct 2017 09:49:48 +0200 Subject: [PATCH] =?UTF-8?q?cambiato=20modalit=C3=A0=20display=20x=20datamo?= =?UTF-8?q?nitor=20OTHER?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IOB-WIN/App.Debug.config | 1 - IOB-WIN/MainForm.cs | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/IOB-WIN/App.Debug.config b/IOB-WIN/App.Debug.config index a28a6954..bc4606b4 100644 --- a/IOB-WIN/App.Debug.config +++ b/IOB-WIN/App.Debug.config @@ -6,6 +6,5 @@ - \ No newline at end of file diff --git a/IOB-WIN/MainForm.cs b/IOB-WIN/MainForm.cs index 37989636..2a3ff082 100644 --- a/IOB-WIN/MainForm.cs +++ b/IOB-WIN/MainForm.cs @@ -844,7 +844,9 @@ namespace IOB_WIN set { lblOutMessage3.Text = value; - if (iobObj.verboseLog) lg.Info(value); + lg.Info("---------------- START CHECK OTHER ------------------"); + lg.Info(value); + lg.Info("---------------- END CHECK OTHER ------------------"); } } ///