mirror of
https://github.com/monero-project/monero.git
synced 2025-12-01 00:26:43 -05:00
moved non-critical p2p errors to l2
This commit is contained in:
parent
d5f68170ca
commit
0e1b7c9999
2 changed files with 2 additions and 2 deletions
|
|
@ -641,7 +641,7 @@ public:
|
|||
|
||||
if(!m_pservice_endpoint->do_send(in_buff.data(), (int)in_buff.size()))
|
||||
{
|
||||
LOG_ERROR("Failed to do_send()");
|
||||
LOG_ERROR_CC("Failed to do_send()");
|
||||
return -1;
|
||||
}
|
||||
CRITICAL_REGION_END();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue