From d562f14e061b4e06bd346b83d71d0347db040810 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Fri, 23 Jan 2015 22:42:05 -0800 Subject: [PATCH] fix debug usage --- client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.js b/client.js index 6b7da1d..e7161ed 100644 --- a/client.js +++ b/client.js @@ -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) {