mirror of
https://gitee.com/iioter/iotgateway.git
synced 2024-11-29 18:28:09 +08:00
优化驱动错误提示
This commit is contained in:
parent
1b887c68b7
commit
8e33a90f97
@ -524,7 +524,7 @@ namespace DriverModbusMaster
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
rpcResponse.Description = $"写入失败:{Method},{Ioarg}";
|
||||
rpcResponse.Description = $"写入失败,[Method]:{Method},[Ioarg]:{Ioarg},[ex]:{ex}";
|
||||
}
|
||||
return rpcResponse;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user