Skip to content

Commit ec28dff

Browse files
committed
Fix formatting
Signed-off-by: JCW <[email protected]>
1 parent f3b9030 commit ec28dff

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/xrpld/overlay/detail/PeerImp.cpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -688,10 +688,9 @@ PeerImp::setTimer()
688688
}
689689
catch (boost::system::system_error const& e)
690690
{
691-
JLOG(journal_.error()) << "setTimer: "
692-
<< log::param("ErrorCode", e.code())
693-
<< ", "
694-
<< log::param("ErrorMessage", e.what());
691+
JLOG(journal_.error())
692+
<< "setTimer: " << log::param("ErrorCode", e.code()) << ", "
693+
<< log::param("ErrorMessage", e.what());
695694
return;
696695
}
697696
timer_.async_wait(bind_executor(

0 commit comments

Comments
 (0)