aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/include/net/levin_protocol_handler_async.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2014-10-02 19:15:58 +0200
committerRiccardo Spagni <ric@spagni.net>2014-10-02 19:15:58 +0200
commit0e1b7c99996c968cccb2beb7aba4b267a30b115f (patch)
treed56b51c3bc9b8b10fe1bebb5a3aad252d638c720 /contrib/epee/include/net/levin_protocol_handler_async.h
parentMerge branch 'master' of http://github.com/fluffypony/bitmonero (diff)
downloadmonero-0e1b7c99996c968cccb2beb7aba4b267a30b115f.tar.xz
moved non-critical p2p errors to l2
Diffstat (limited to 'contrib/epee/include/net/levin_protocol_handler_async.h')
-rw-r--r--contrib/epee/include/net/levin_protocol_handler_async.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/epee/include/net/levin_protocol_handler_async.h b/contrib/epee/include/net/levin_protocol_handler_async.h
index e7fb32fe0..8ea6a6251 100644
--- a/contrib/epee/include/net/levin_protocol_handler_async.h
+++ b/contrib/epee/include/net/levin_protocol_handler_async.h
@@ -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();