mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-23 11:23:26 +01:00
forgot to add connection context to log line
This commit is contained in:
parent
6f7ed13b72
commit
e3d24002c1
@ -641,7 +641,7 @@ public:
|
|||||||
|
|
||||||
if(!m_pservice_endpoint->do_send(in_buff.data(), (int)in_buff.size()))
|
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;
|
return -1;
|
||||||
}
|
}
|
||||||
CRITICAL_REGION_END();
|
CRITICAL_REGION_END();
|
||||||
|
Loading…
Reference in New Issue
Block a user