From abd9ea146efb3107ad4107574f8e3c051c62c3a7 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Wed, 2 Apr 2025 10:11:10 +0200 Subject: [PATCH] Fix typo compiler error --- IOB-WIN-OPC-UA/IobOpc/OpcUaSiemens.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IOB-WIN-OPC-UA/IobOpc/OpcUaSiemens.cs b/IOB-WIN-OPC-UA/IobOpc/OpcUaSiemens.cs index 2cd33922..e6c3565a 100644 --- a/IOB-WIN-OPC-UA/IobOpc/OpcUaSiemens.cs +++ b/IOB-WIN-OPC-UA/IobOpc/OpcUaSiemens.cs @@ -94,7 +94,7 @@ namespace IOB_WIN_OPC_UA.IobOpc { task2exe.Add("forceSetPzCount", "0"); task2exe.Add("forceResetPzCount", "0"); - lgInfo("Aggiunti task reset contapezzi (ex EMCO) tramite forceSetPzCount e forceResetPzCount"): + lgInfo("Aggiunti task reset contapezzi (ex EMCO) tramite forceSetPzCount e forceResetPzCount"); } }