clarified debugging output in connection read_handshake

This commit is contained in:
Peter Thorson
2016-02-21 18:24:57 -05:00
parent 3f913f97ef
commit fabf8bf1ca
+1 -1
View File
@@ -772,7 +772,7 @@ void connection<config>::handle_transport_init(lib::error_code const & ec) {
template <typename config>
void connection<config>::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(