Skip to content

Commit e7de4eb

Browse files
AdrianDCdarrachequesne
authored andcommitted
fix: resolve client_impl::ping LOG call syntax in debug builds
1 parent d1c73b7 commit e7de4eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal/sio_client_impl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ namespace sio
302302
if(ec || m_con.expired())
303303
{
304304
if (ec != asio::error::operation_aborted)
305-
LOG("ping exit,con is expired?"<<m_con.expired()<<",ec:"<<ec.message()<<endl){};
305+
LOG("ping exit,con is expired?"<<m_con.expired()<<",ec:"<<ec.message()<<endl);
306306
return;
307307
}
308308
packet p(packet::frame_ping);

0 commit comments

Comments
 (0)