Browse Source

日志错误输出顺序。

Jeff 2 years ago
parent
commit
5fbd00330c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      FactoryTool_CShare/Views/OperationPanel.cs

+ 1 - 1
FactoryTool_CShare/Views/OperationPanel.cs

@@ -1756,7 +1756,7 @@ namespace MOKA_Factory_Tools
             //int SerailDelay = FunctionSettingNow.SerailDelay;
             int SerailDelay = FunctionSettingNow.NextCommandWaitTime;
 
-            Log.WriteInfoLog(string.Format("threadid={0} SN={1}    start testing",SN, Thread.CurrentThread.ManagedThreadId.ToString()));
+            Log.WriteInfoLog(string.Format("threadid={0}\n SN={1}    start testing",Thread.CurrentThread.ManagedThreadId.ToString(), SN));
             // 0表示抄写失败,特殊:上报IDM失败\获取key失败\抄写失败;
             // 1表示抄写成功,特殊:无;
             // 2表示抄写成功,特殊:但试产NTF要求连续2次PASS才能上传MES,需要再测试一次;