@@ -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);