Skip to content

Commit

Permalink
remove misleading (and redundant) peer log message
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Feb 1, 2021
1 parent 5232d46 commit 195b54f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/peer_connection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2433,8 +2433,6 @@ namespace libtorrent {
#ifndef TORRENT_DISABLE_LOGGING
peer_log(peer_log_alert::info, "INVALID_REQUEST", "incoming request queue full %d"
, int(m_requests.size()));
peer_log(peer_log_alert::outgoing_message, "REJECT_PIECE", "piece: %d s: %x l: %x too many requests"
, static_cast<int>(r.piece), r.start, r.length);
#endif
write_reject_request(r);
return;
Expand Down

0 comments on commit 195b54f

Please sign in to comment.