From 2b679fe5e1568f294957799a8709ecef65ad56ac Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Sat, 4 Jan 2020 09:19:58 +0100 Subject: [PATCH] log + chiamata NON async x forceODL --- IOB-WIN/IobGeneric.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/IOB-WIN/IobGeneric.cs b/IOB-WIN/IobGeneric.cs index a0f2366f..d79edd6a 100644 --- a/IOB-WIN/IobGeneric.cs +++ b/IOB-WIN/IobGeneric.cs @@ -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"); } } /// @@ -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; }