mirror of
https://github.com/monero-project/monero.git
synced 2025-05-06 09:05:03 -04:00
Merge pull request #4933
3cf85f0
Changed RECIEVED to RECEIVED in log messages. (normoes)
This commit is contained in:
commit
d8c03191ca
2 changed files with 2 additions and 2 deletions
|
@ -416,7 +416,7 @@ public:
|
|||
|
||||
bool is_response = (m_oponent_protocol_ver == LEVIN_PROTOCOL_VER_1 && m_current_head.m_flags&LEVIN_PACKET_RESPONSE);
|
||||
|
||||
MDEBUG(m_connection_context << "LEVIN_PACKET_RECIEVED. [len=" << m_current_head.m_cb
|
||||
MDEBUG(m_connection_context << "LEVIN_PACKET_RECEIVED. [len=" << m_current_head.m_cb
|
||||
<< ", flags" << m_current_head.m_flags
|
||||
<< ", r?=" << m_current_head.m_have_to_return_data
|
||||
<<", cmd = " << m_current_head.m_command
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue