Skip to content

Commit

Permalink
Add more info to ConnectionThread logging
Browse files Browse the repository at this point in the history
  • Loading branch information
celeron55 committed Nov 7, 2012
1 parent 1a6fb58 commit 53e061c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/connection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1494,7 +1494,8 @@ SharedBuffer<u8> ConnectionThread::processPacket(Channel *channel,
if(m_initial_peer_tcps.find(peer_id) !=
m_initial_peer_tcps.end())
{
derr_con<<getDesc()<<" sending TCP initialization"<<std::endl;
derr_con<<getDesc()<<" sending TCP initialization as "
<<peer_id_new<<" to "<<peer_id<<std::endl;
SharedPtr<TCPSocket> tcp = m_initial_peer_tcps[peer_id];
u8 buf[6];
writeU32(&buf[0], m_protocol_id);
Expand Down

0 comments on commit 53e061c

Please sign in to comment.