Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2015-01-27 12:10:23 +0300
committerFeross Aboukhadijeh <feross@feross.org>2015-01-27 12:10:23 +0300
commitf5302a98131ca1e56591a49ff6ece472917b3ed8 (patch)
treed1ff6aa8c508fb3d000f602f407188b8910ffcfc /lib/torrent.js
parentb2541ab952956c4b01cd94f003ffcad0af355d4d (diff)
style
Diffstat (limited to 'lib/torrent.js')
-rw-r--r--lib/torrent.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/torrent.js b/lib/torrent.js
index f3ec093..6b43f8b 100644
--- a/lib/torrent.js
+++ b/lib/torrent.js
@@ -451,7 +451,7 @@ Torrent.prototype._onWire = function (wire) {
// When peer sends PORT, add them to the routing table
wire.on('port', function (port) {
- debug('port message from ' + wire.remoteAddress)
+ debug('port %s message from %s', port, wire.remoteAddress)
// TODO: dht should support adding a node when you don't know the nodeId
// dht.addNode(wire.remoteAddress + ':' + port)
})