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"--> - + + + +