Skip to content

Commit

Permalink
Lowered logging level in tunnel community
Browse files Browse the repository at this point in the history
  • Loading branch information
devos50 committed Jan 25, 2018
1 parent d0a514e commit 1f186eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tribler/community/tunnel/routing.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def tunnel_data(self, destination, payload):
@param str payload: the packet's payload
"""

self._logger.info("Tunnel data (len %d) to end for circuit %s with ultimate destination %s", len(payload),
self._logger.debug("Tunnel data (len %d) to end for circuit %s with ultimate destination %s", len(payload),
self.circuit_id, destination)

num_bytes = self.proxy.send_data([Candidate(self.first_hop, False)], self.circuit_id, destination, ('0.0.0.0', 0), payload)
Expand Down

0 comments on commit 1f186eb

Please sign in to comment.