adjusts how remote endpoint logging is printed

This commit is contained in:
Peter Thorson
2013-05-05 15:15:53 -05:00
parent 24f6943336
commit cb40f81978

View File

@@ -468,9 +468,8 @@ protected:
}
if (m_alog->static_test(log::alevel::devel)) {
lib::error_code ec2;
m_alog->write(log::alevel::devel,
"Async connect to "+tcon->get_remote_endpoint(ec2)+" successful.");
"Async connect to "+tcon->get_remote_endpoint()+" successful.");
}
callback(tcon->get_handle(),lib::error_code());