diff --git a/websocketpp/impl/connection_impl.hpp b/websocketpp/impl/connection_impl.hpp index d29f700..d1f8dff 100644 --- a/websocketpp/impl/connection_impl.hpp +++ b/websocketpp/impl/connection_impl.hpp @@ -772,7 +772,7 @@ void connection::handle_transport_init(lib::error_code const & ec) { template void connection::read_handshake(size_t num_bytes) { - m_alog.write(log::alevel::devel,"connection read"); + m_alog.write(log::alevel::devel,"connection read_handshake"); if (m_open_handshake_timeout_dur > 0) { m_handshake_timer = transport_con_type::set_timer(