log + chiamata NON async x forceODL
This commit is contained in:
@@ -3370,6 +3370,7 @@ namespace IOB_WIN
|
||||
}
|
||||
#endif
|
||||
fatto = forceSplitOdl();
|
||||
lgInfo("Chiamata: processAutoOdl --> forceSplitODL");
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -3379,7 +3380,7 @@ namespace IOB_WIN
|
||||
// loggo se fatto
|
||||
if (fatto)
|
||||
{
|
||||
lg.Info($"Effettuato processAutoOdl");
|
||||
lgInfo($"Effettuato processAutoOdl");
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
@@ -3443,7 +3444,7 @@ namespace IOB_WIN
|
||||
{
|
||||
// invio chiamata URL x reset ODL su macchina, ATTENZIONE scriviamo | al posto di "#" che in URL sarebbe filtrato...
|
||||
fullUrl = $"{urlForceSplit}|{item}";
|
||||
rawSplit = callUrl(fullUrl, true);
|
||||
rawSplit = callUrl(fullUrl, false);
|
||||
}
|
||||
fatto = (rawSplit == "OK") ? true : false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user