Skip to content

net: fix debug for dnsopts - #2059

Merged
evanlucas merged 0 commit into
nodejs:masterfrom
evanlucas:debugdnsopts
Jun 26, 2015
Merged

net: fix debug for dnsopts#2059
evanlucas merged 0 commit into
nodejs:masterfrom
evanlucas:debugdnsopts

Conversation

@evanlucas

Copy link
Copy Markdown
Contributor

Prevent debug call from showing [object Object] for dnsopts in
lookupAndConnect.

Before:

NET 6346: connect: dns options [object Object]

After:

NET 6333: connect: dns options { family: undefined, hints: 3072 }

@cjihrig

cjihrig commented Jun 25, 2015

Copy link
Copy Markdown
Contributor

LGTM

@mscdex mscdex added the net Issues and PRs related to the net subsystem. label Jun 25, 2015
@evanlucas evanlucas closed this Jun 26, 2015
evanlucas added a commit to evanlucas/node that referenced this pull request Jun 26, 2015
Prevent debug call from showing [object Object] for dnsopts in
lookupAndConnect

PR-URL: nodejs#2059
Reviewed-by: Colin Ihrig <cjihrig@gmail.com>
@evanlucas
evanlucas deleted the debugdnsopts branch June 26, 2015 12:44
@evanlucas
evanlucas merged commit 7f63449 into nodejs:master Jun 26, 2015
@rvagg rvagg mentioned this pull request Jun 30, 2015
mscdex pushed a commit to mscdex/io.js that referenced this pull request Jul 9, 2015
Prevent debug call from showing [object Object] for dnsopts in
lookupAndConnect

PR-URL: nodejs#2059
Reviewed-by: Colin Ihrig <cjihrig@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

net Issues and PRs related to the net subsystem.

3 participants