test: change calls to deprecated util.print()
authorRich Trott <rtrott@gmail.com>
Sat, 26 Sep 2015 23:16:35 +0000 (16:16 -0700)
committerRod Vagg <rod@vagg.org>
Wed, 30 Sep 2015 12:19:52 +0000 (22:19 +1000)
commit1167171004a3d4e3d789470bf913ee66797a5b4f
tree460dba64e0df70dbe6f91da82bfc27ebc2cc8357
parent5ada45bf28f5dee71c930f3a66432c8de965836f
test: change calls to deprecated util.print()

common.print() is just util.print() and as such prints a deprecation
warning. Per docs, update to console.log().

PR-URL: https://github.com/nodejs/node/pull/3083
Reviewed-By: Michaƫl Zasso <mic.besace@gmail.com>
Reviewed-By: Brendan Ashworth <brendan.ashworth@me.com>
test/fixtures/net-fd-passing-receiver.js
test/pummel/test-net-many-clients.js
test/pummel/test-net-pause.js
test/sequential/test-stdout-to-file.js