diff --git a/client.js b/client.js index deaa14e..6b7da1d 100644 --- a/client.js +++ b/client.js @@ -311,6 +311,7 @@ Tracker.prototype._requestUdp = function (requestUrl, opts) { } var action = msg.readUInt32BE(0) + debug(requestUrl, 'UDP response, action', action) switch (action) { case 0: // handshake if (msg.length < 16) {