Wang Jeff 3 жил өмнө
parent
commit
0cc6a7ada2

+ 1 - 1
FactoryTool_CShare/IO/SerialCMD.cs

@@ -2840,7 +2840,7 @@ namespace MOKA_Factory_Tools
             do
             {
                 --count;
-                Log.WriteErrorLog(string.Format("Retrying {0} time", RetryCount-count));
+                Log.WriteInfoLog(string.Format("Retrying {0} time", RetryCount-count));
                 bRet = Sendcmd(Comport, CMDHead, CMDID, param, receive2, TwoLengthBit, out result, out data, out error, waitTime);
                 if (bRet) break;
             } while (count > 0);