Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

net: fix debug for dnsopts #2059

Merged
merged 0 commits into from
Jun 26, 2015
Merged

net: fix debug for dnsopts #2059

merged 0 commits into from
Jun 26, 2015

Conversation

evanlucas
Copy link
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
Contributor

cjihrig commented Jun 25, 2015

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 <[email protected]>
@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 <[email protected]>
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants