diff --git a/bin/dig.js b/bin/dig.js index c6c7296..2eaa411 100755 --- a/bin/dig.js +++ b/bin/dig.js @@ -214,7 +214,7 @@ function request(query, opts) { } if (opts.debug) { - console.log('querying ' + nameserver + ':' + opts.port); + console.log("querying '" + nameserver + "':'" + opts.port + "'"); } server.send(Buffer.from(queryAb), opts.port, nameserver, function () { if (opts.debug) {