瀏覽代碼

增加了两个<>

chenjiangqun 2 年之前
父節點
當前提交
155680ea0e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      FactoryTool_CShare/Views/OperationPanel.cs

+ 1 - 1
FactoryTool_CShare/Views/OperationPanel.cs

@@ -2464,7 +2464,7 @@ namespace MOKA_Factory_Tools
                             {
                                 if (!V2Method.GetDSNFromSmes(SN, out GetSmesDSN))
                                 {
-                                    ErrMsg = string.Format("{0} GetDSNFromSmes error!IDMDSN:{1},SmesDSN:{2}\r\n", SN,keyInfo.DSN.data,"");
+                                    ErrMsg = string.Format("{0} GetDSNFromSmes error!IDMDSN:<{1}>,SmesDSN:<{2}>\r\n", SN,keyInfo.DSN.data,"");
                                     Log.WriteErrorLog(ErrMsg);
                                     goto end;
                                 }