From 9e691afbfe092c6c931507cf80d47b2340d1db76 Mon Sep 17 00:00:00 2001 From: Max Ogden Date: Fri, 23 Jan 2015 22:16:44 -0800 Subject: [PATCH] add debug statement for udp response --- client.js | 1 + 1 file changed, 1 insertion(+) 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) {