Fixes #2073. Cluster should be silent.

This commit is contained in:
Ryan Dahl 2011-11-11 09:18:31 -08:00
parent 10d4bd8266
commit 4e2343c6b5

View File

@ -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;