mirror of
https://github.com/monero-project/monero.git
synced 2025-05-06 12:05:03 -04:00
Changed RECIEVED to RECEIVED in log messages.
This commit is contained in:
parent
58ce16d4d9
commit
3cf85f0e83
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue