Update CertificateReloader.cpp

This commit is contained in:
alexey-milovidov 2022-02-03 03:03:46 +03:00 committed by GitHub
parent f327e67232
commit 4742cf3074
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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