This commit is contained in:
Samuele E. Locatelli
2017-05-29 15:30:46 +02:00
parent fc09fcf117
commit 968744d5c9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -433,7 +433,7 @@ namespace MTC_Adapter
}
catch (Exception exc)
{
lg.Error(string.Format("Errore in lettura dati MST:{0}{1}", Environment.NewLine, exc));
lg.Error(string.Format("Errore in lettura dati TEST:{0}{1}", Environment.NewLine, exc));
}
return fatto;
}
+1 -1
View File
@@ -396,7 +396,7 @@ namespace MTC_Adapter
}
catch (Exception exc)
{
lg.Error(string.Format("Errore in lettura dati MST:{0}{1}", Environment.NewLine, exc));
lg.Error(string.Format("Errore in lettura dati Test:{0}{1}", Environment.NewLine, exc));
}
return fatto;
}