typo...
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user