From b261f09a2b307e68c043c35014a3fd3d64524662 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Mon, 5 Dec 2016 14:41:20 +0100 Subject: [PATCH] fix minore e webconfig x sviluppo steamware --- MTC_Adapter/MTC_Adapter/AdapterGeneric.cs | 2 +- MTC_Adapter/MTC_Adapter/App.config | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/MTC_Adapter/MTC_Adapter/AdapterGeneric.cs b/MTC_Adapter/MTC_Adapter/AdapterGeneric.cs index 6e19b28..445debc 100644 --- a/MTC_Adapter/MTC_Adapter/AdapterGeneric.cs +++ b/MTC_Adapter/MTC_Adapter/AdapterGeneric.cs @@ -1428,7 +1428,7 @@ namespace MTC_Adapter } catch (Exception exc) { - lg.Error("Eccezione in chiusura Adapter", exc); + lg.Error(exc, "Eccezione in chiusura Adapter"); } dtStopAdp = DateTime.Now; parentForm.displayTaskAndWait("Adapter Stopped!"); diff --git a/MTC_Adapter/MTC_Adapter/App.config b/MTC_Adapter/MTC_Adapter/App.config index 2da8cae..07ecdad 100644 --- a/MTC_Adapter/MTC_Adapter/App.config +++ b/MTC_Adapter/MTC_Adapter/App.config @@ -26,7 +26,12 @@ IP ETH: 192.168.139.201/255.255.255.0 ipFanuc = "192.168.139.100"--> - + + + +