From e3d24002c11f211ca4b929e7eae9884190fe594b Mon Sep 17 00:00:00 2001 From: Riccardo Spagni Date: Thu, 2 Oct 2014 19:43:21 +0200 Subject: [PATCH] forgot to add connection context to log line --- contrib/epee/include/net/levin_protocol_handler_async.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/epee/include/net/levin_protocol_handler_async.h b/contrib/epee/include/net/levin_protocol_handler_async.h index 8ea6a6251..e79768b04 100644 --- a/contrib/epee/include/net/levin_protocol_handler_async.h +++ b/contrib/epee/include/net/levin_protocol_handler_async.h @@ -641,7 +641,7 @@ public: if(!m_pservice_endpoint->do_send(in_buff.data(), (int)in_buff.size())) { - LOG_ERROR_CC("Failed to do_send()"); + LOG_ERROR_CC(m_connection_context, "Failed to do_send()"); return -1; } CRITICAL_REGION_END();