Update log x IOB_INFO

This commit is contained in:
Samuele Locatelli
2024-02-27 16:07:44 +01:00
parent bc27286a54
commit e568c91dd7
2 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -903,7 +903,7 @@ namespace MP.Data.Services
result = new IOB_data();
}
sw.Stop();
Log.Debug($"IobInfo | {source} | {sw.Elapsed.TotalMilliseconds}ms");
Log.Debug($"IobInfo per {IdxMacchina} | {source} | {sw.Elapsed.TotalMilliseconds}ms");
return result;
}