aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2014-10-02 19:43:21 +0200
committerRiccardo Spagni <ric@spagni.net>2014-10-02 19:43:21 +0200
commite3d24002c11f211ca4b929e7eae9884190fe594b (patch)
tree5ed844538cdeef0043d91e5dcfdbe2b98ab62cf8 /contrib
parentmoved checkpoint log level (diff)
downloadmonero-e3d24002c11f211ca4b929e7eae9884190fe594b.tar.xz
forgot to add connection context to log line
Diffstat (limited to 'contrib')
-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 8ea6a6251..e79768b04 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_CC("Failed to do_send()");
+ LOG_ERROR_CC(m_connection_context, "Failed to do_send()");
return -1;
}
CRITICAL_REGION_END();