fix debug usage

This commit is contained in:
Feross Aboukhadijeh 2015-01-23 22:42:05 -08:00
parent a4605bd67c
commit d562f14e06

View File

@ -311,7 +311,7 @@ Tracker.prototype._requestUdp = function (requestUrl, opts) {
}
var action = msg.readUInt32BE(0)
debug(requestUrl, 'UDP response, action', action)
debug(requestUrl + ' UDP response, action ' + action)
switch (action) {
case 0: // handshake
if (msg.length < 16) {