mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
fixes a compile error on visual studio when using interrupts
This commit is contained in:
@@ -96,7 +96,7 @@ void endpoint<connection,config>::interrupt(connection_hdl hdl,
|
||||
connection_ptr con = get_con_from_hdl(hdl,ec);
|
||||
if (ec) {return;}
|
||||
|
||||
m_alog.write(log::alevel::devel,"Interrupting connection"+con.get());
|
||||
m_alog.write(log::alevel::devel,"Interrupting connection");
|
||||
|
||||
ec = con->interrupt();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user