mirror of
https://github.com/monero-project/monero.git
synced 2025-12-10 07:22:34 +01:00
forgot to add connection context to log line
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user