@@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
- <Version>1.0.0.43</Version>
+ <Version>1.0.0.44</Version>
<Authors>Shun</Authors>
<Company>YSAI</Company>
<Product>SCADA</Product>
@@ -477,7 +477,7 @@ namespace YSAI.Opc.ua.client
{
if (!monitoredItem.Status.Created)
- LogHelper.Error($"{monitoredItem.DisplayName} 地址未能在服务器上创建订阅,请检查地址是否正常", $"{TAG}/SubscribeCheckStatus.log");
+ LogHelper.Error($"{monitoredItem.DisplayName} 地址未能在服务器上创建订阅,请检查地址是否正常", $"{TAG}/SubscribeCheckStatus.log", consoleShow: false);
}