mirror of
git://erdgeist.org/opentracker
synced 2025-03-28 13:36:20 +01:00
Log successful incoming connections
This commit is contained in:
parent
9cced7eb88
commit
9eb860f041
1 changed files with 2 additions and 0 deletions
2
proxy.c
2
proxy.c
|
@ -382,6 +382,8 @@ static void handle_read( int64 peersocket ) {
|
|||
peer->tracker_id = tracker_id;
|
||||
PROXYPEER_SETCONNECTED( peer->state );
|
||||
|
||||
fprintf( stderr, "Incoming connection successful.\n" );
|
||||
|
||||
break;
|
||||
close_socket:
|
||||
io_close( peersocket );
|
||||
|
|
Loading…
Add table
Reference in a new issue