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

Copy link
Copy Markdown
Contributor

LGTM

@mscdexmscdex added the net Issues and PRs related to the net subsystem. label Jun 25, 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:masterJun 26, 2015
@rvaggrvagg 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 freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

netIssues and PRs related to the net subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@evanlucas@cjihrig@mscdex