Fix error log
This commit is contained in:
+2
-2
@@ -99,9 +99,9 @@ namespace IOB_WIN
|
||||
lgError(exc, "Eccezione in decodifica conf json");
|
||||
}
|
||||
}
|
||||
reader.Dispose();
|
||||
}
|
||||
lgInfo("DONE reloadAdapterConf");
|
||||
reader.Dispose();
|
||||
raiseRefresh(currDispData);
|
||||
}
|
||||
|
||||
@@ -314,7 +314,7 @@ namespace IOB_WIN
|
||||
}
|
||||
catch (Exception exc)
|
||||
{
|
||||
lgError(exc, "Errore in getDynData x IOB WPS");
|
||||
lgError(exc, "Errore in readSemafori x IOB WPS");
|
||||
currDispData.semIn = Semaforo.SR;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user