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;
                                 }