forgot to add connection context to log line

pull/95/head
Riccardo Spagni 10 years ago
parent 6f7ed13b72
commit e3d24002c1
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

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

Loading…
Cancel
Save