summaryrefslogtreecommitdiff
path: root/platform/src/tcp_stream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/src/tcp_stream.cpp')
-rw-r--r--platform/src/tcp_stream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/src/tcp_stream.cpp b/platform/src/tcp_stream.cpp
index 92bae92..9335ab1 100644
--- a/platform/src/tcp_stream.cpp
+++ b/platform/src/tcp_stream.cpp
@@ -826,7 +826,7 @@ static void __stream_bev_eventcb(struct bufferevent * bev, short events, void *
{
if (_stream->session_type == STREAM_PROTO_SSL)
{
- unsigned long sslerr = ssl_stream_log_error(bev, __bev_dir(_stream, bev), _stream->ssl_mgr);
+ unsigned long sslerr = ssl_stream_log_error(bev, __bev_dir(_stream, bev), _stream->ssl_mgr, _stream->str_stream_addr);
if (sslerr)
{
TFE_LOG_ERROR(g_default_logger, "%s %s connection error at tcp layer, ssl layer is unavailable", _stream->str_stream_addr, str_conn_dir);