diff options
| author | Riccardo Spagni <ric@spagni.net> | 2014-10-02 19:43:21 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2014-10-02 19:43:21 +0200 |
| commit | e3d24002c11f211ca4b929e7eae9884190fe594b (patch) | |
| tree | 5ed844538cdeef0043d91e5dcfdbe2b98ab62cf8 | |
| parent | 6f7ed13b72096ecb582ef4ab5553396b9335a134 (diff) | |
| download | monzero-core-e3d24002c11f211ca4b929e7eae9884190fe594b.tar.gz monzero-core-e3d24002c11f211ca4b929e7eae9884190fe594b.tar.xz monzero-core-e3d24002c11f211ca4b929e7eae9884190fe594b.zip | |
forgot to add connection context to log line
| -rw-r--r-- | contrib/epee/include/net/levin_protocol_handler_async.h | 2 |
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(); |
