Commit 7b9ae5e4 刘韬

1

1 个父辈 500f3970
...@@ -627,7 +627,7 @@ namespace DeviceLibrary ...@@ -627,7 +627,7 @@ namespace DeviceLibrary
} }
catch (Exception ex) catch (Exception ex)
{ {
errmsg = "Failed to send request." + ex; errmsg = "Failed to send request." + command+ ex;
msg = errmsg; msg = errmsg;
return false; return false;
} }
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!