From a20e34d48065f444f3c1903a2938ff64e1ec0b62 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Mon, 29 Apr 2019 08:55:58 +0200 Subject: [PATCH] =?UTF-8?q?ulteriore=20fix=20verbosit=C3=A0=20log...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IOB-WIN/DATA/CONF/3018.json | 2 +- IOB-WIN/IobGeneric.cs | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/IOB-WIN/DATA/CONF/3018.json b/IOB-WIN/DATA/CONF/3018.json index 58596c6d..d92f5b43 100644 --- a/IOB-WIN/DATA/CONF/3018.json +++ b/IOB-WIN/DATA/CONF/3018.json @@ -74,6 +74,6 @@ "STATUS_4": "09", "STATUS_5": "0F" } - } + } ] } diff --git a/IOB-WIN/IobGeneric.cs b/IOB-WIN/IobGeneric.cs index 2e1bd60a..c3215a46 100644 --- a/IOB-WIN/IobGeneric.cs +++ b/IOB-WIN/IobGeneric.cs @@ -2147,7 +2147,10 @@ namespace IOB_WIN if (enableByApp || enableByIob) { - lgInfo("Inizio processDynData"); + if (verboseLog) + { + lgInfo("Inizio processDynData"); + } if (connectionOk) { currDynData = getDynData();