aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/include/net/levin_client_async.h
diff options
context:
space:
mode:
authorNorman Moeschter <norman.moeschter@gmail.com>2018-12-04 07:27:08 +0100
committerNorman Moeschter <norman.moeschter@gmail.com>2018-12-04 07:27:08 +0100
commit3cf85f0e835c951d32e3074f8f5f45bc9f35cbad (patch)
tree5f56a8b7128945ce00ad3fb818f45b6c8f468f35 /contrib/epee/include/net/levin_client_async.h
parentMerge pull request #4821 (diff)
downloadmonero-3cf85f0e835c951d32e3074f8f5f45bc9f35cbad.tar.xz
Changed RECIEVED to RECEIVED in log messages.
Diffstat (limited to 'contrib/epee/include/net/levin_client_async.h')
-rw-r--r--contrib/epee/include/net/levin_client_async.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/epee/include/net/levin_client_async.h b/contrib/epee/include/net/levin_client_async.h
index b3a46465b..ed92f4b95 100644
--- a/contrib/epee/include/net/levin_client_async.h
+++ b/contrib/epee/include/net/levin_client_async.h
@@ -431,7 +431,7 @@ namespace levin
}
CRITICAL_REGION_END();
- LOG_PRINT_L4("LEVIN_PACKET_RECIEVED. [len=" << head.m_cb << ", flags=" << head.m_flags << ", is_cmd=" << head.m_have_to_return_data <<", cmd_id = " << head.m_command << ", pr_v=" << head.m_protocol_version << ", uid=" << string_tools::get_str_from_guid_a(head.m_id) << "]");
+ LOG_PRINT_L4("LEVIN_PACKET_RECEIVED. [len=" << head.m_cb << ", flags=" << head.m_flags << ", is_cmd=" << head.m_have_to_return_data <<", cmd_id = " << head.m_command << ", pr_v=" << head.m_protocol_version << ", uid=" << string_tools::get_str_from_guid_a(head.m_id) << "]");
if(is_request)
{