Committing updates.

This commit is contained in:
Преподобный Ален
2023-06-02 00:00:06 +03:00
parent 7d8bc75c5e
commit 3d3afaf118
2 changed files with 3 additions and 1 deletions

View File

@@ -248,7 +248,7 @@ int main(int argc, char *argv[]) {
int exitcode;
DefaultLocale.SetLocale("");
DefaultLocale.SetLocale("en-US");
CDealModule dm(argc, argv);

View File

@@ -1131,7 +1131,9 @@ namespace Apostol {
}
}
} catch (Delphi::Exception::Exception &e) {
Context.SetFixedDate(Context.FixedDate() + (CDateTime) 5 / MinsPerDay); // 5 min
Context.SetStatus(Context::csAuthorized);
Log()->Error(APP_LOG_INFO, 0, "[FetchPGP] %s", e.what());
}