Skip to content

Commit

Permalink
Fixes nodejs#2073. Cluster should be silent.
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Nov 11, 2011
1 parent 10d4bd8 commit 4e2343c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cluster.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function handleWorkerMessage(worker, message) {

switch (message.cmd) {
case 'online':
console.log("Worker " + worker.pid + " online");
debug("Worker " + worker.pid + " online");
worker.online = true;
break;

Expand Down

0 comments on commit 4e2343c

Please sign in to comment.