Fix corrupted files, c_micasad/lss/CASACrypto.cs and c_gui/Common.cs

This commit is contained in:
Jim Norman
2006-02-01 21:31:21 +00:00
parent 26222d65a3
commit c3bccfd316
2 changed files with 9 additions and 8 deletions

View File

@@ -577,4 +577,11 @@ namespace sscs.crypto
}
catch(Exception e)
{
CSSSLogger.ExpLog(e
CSSSLogger.ExpLog(e.ToString());
CSSSLogger.DbgLog("Validation of passcode failed.");
}
return false;
}
}
}