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