Skip to content

Commit d562f14

Browse files
committed
fix debug usage
1 parent a4605bd commit d562f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ Tracker.prototype._requestUdp = function (requestUrl, opts) {
311311
}
312312

313313
var action = msg.readUInt32BE(0)
314-
debug(requestUrl, 'UDP response, action', action)
314+
debug(requestUrl + ' UDP response, action ' + action)
315315
switch (action) {
316316
case 0: // handshake
317317
if (msg.length < 16) {

0 commit comments

Comments
 (0)