mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-04 19:25:51 +00:00
@@ -680,7 +680,7 @@ PeerImp::setTimer()
|
||||
|
||||
if (ec)
|
||||
{
|
||||
JLOG(journal_.error()) << "setTimer: " << ec.message();
|
||||
JLOG(journal_.error()) << "setTimer: " << log::param("ErrorCode", ec.message());
|
||||
return;
|
||||
}
|
||||
timer_.async_wait(bind_executor(
|
||||
|
||||
Reference in New Issue
Block a user