correct code style

This commit is contained in:
FArthur-cmd 2022-01-31 12:21:22 +00:00
parent 891411a2be
commit 3dc64f031a

View File

@ -94,7 +94,9 @@ void CertificateReloader::tryLoad(const Poco::Util::AbstractConfiguration & conf
{
if (init_was_not_made)
init();
} catch (...) {
}
catch (...)
{
init_was_not_made = true;
LOG_ERROR(log, getCurrentExceptionMessage(false));
}