From fabf8bf1ca971acf2bfe7bfd04415d4a4b53b2ce Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Sun, 21 Feb 2016 18:24:57 -0500 Subject: [PATCH] clarified debugging output in connection read_handshake --- websocketpp/impl/connection_impl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(