mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2024-12-13 10:56:25 +00:00
fix listen debug log
This commit is contained in:
parent
3e1299b217
commit
9c2b71fef1
@ -116,7 +116,7 @@ Server.prototype.listen = function (/* port, hostname, onlistening */) {
|
||||
|
||||
if (self.listening) throw new Error('server already listening')
|
||||
|
||||
debug('listen %o %s', port, hostname)
|
||||
debug('listen %o %o', port, hostname)
|
||||
|
||||
// ATTENTION:
|
||||
// binding to :: only receives IPv4 connections if the bindv6only
|
||||
|
Loading…
Reference in New Issue
Block a user