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
path: root/lib
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2016-03-29 04:18:56 +0300
committerFeross Aboukhadijeh <feross@feross.org>2016-03-29 04:18:56 +0300
commitfeb84a26504ece2b6cd8ffb63f2bcbe395c6da9b (patch)
tree20d77fa91c1a560c493174f49d5212ea31e39fa7 /lib
parent5360418d2a331f0cf00bcf1cf6dc819758f6aa17 (diff)
documentation fixes
Diffstat (limited to 'lib')
-rw-r--r--lib/webconn.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/webconn.js b/lib/webconn.js
index 52176f9..ca6760f 100644
--- a/lib/webconn.js
+++ b/lib/webconn.js
@@ -1,7 +1,7 @@
module.exports = WebConn
var BitField = require('bitfield')
-var debug = require('debug')('bittorrent-swarm:webconn')
+var debug = require('debug')('webtorrent:webconn')
var get = require('simple-get')
var inherits = require('inherits')
var sha1 = require('simple-sha1')