forgot to add connection context to log line

This commit is contained in:
Riccardo Spagni 2014-10-02 19:43:21 +02:00
parent 6f7ed13b72
commit e3d24002c1
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -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();