Committing updates.
This commit is contained in:
@@ -248,7 +248,7 @@ int main(int argc, char *argv[]) {
|
|||||||
|
|
||||||
int exitcode;
|
int exitcode;
|
||||||
|
|
||||||
DefaultLocale.SetLocale("");
|
DefaultLocale.SetLocale("en-US");
|
||||||
|
|
||||||
CDealModule dm(argc, argv);
|
CDealModule dm(argc, argv);
|
||||||
|
|
||||||
|
|||||||
@@ -1131,7 +1131,9 @@ namespace Apostol {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (Delphi::Exception::Exception &e) {
|
} catch (Delphi::Exception::Exception &e) {
|
||||||
|
Context.SetFixedDate(Context.FixedDate() + (CDateTime) 5 / MinsPerDay); // 5 min
|
||||||
Context.SetStatus(Context::csAuthorized);
|
Context.SetStatus(Context::csAuthorized);
|
||||||
|
|
||||||
Log()->Error(APP_LOG_INFO, 0, "[FetchPGP] %s", e.what());
|
Log()->Error(APP_LOG_INFO, 0, "[FetchPGP] %s", e.what());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user