mirror of
https://github.com/Xahau/xahaud.git
synced 2026-04-29 15:37:46 +00:00
fix: remove debug log in onTimer() that causes use-after-free crash
This commit is contained in:
@@ -349,8 +349,6 @@ ValidatorSite::onRequestTimeout(std::size_t siteIdx, error_code const& ec)
|
||||
void
|
||||
ValidatorSite::onTimer(std::size_t siteIdx, error_code const& ec)
|
||||
{
|
||||
JLOG(j_.warn()) << "ValidatorSite::onTimer() fired for site " << siteIdx
|
||||
<< " ec=" << ec.message();
|
||||
if (ec)
|
||||
{
|
||||
// Restart the timer if any errors are encountered, unless the error
|
||||
|
||||
Reference in New Issue
Block a user