From a77d00aab444ef8bf6a5b762b7b57fb916496b16 Mon Sep 17 00:00:00 2001 From: william Date: Mon, 30 May 2016 17:06:03 -0400 Subject: [PATCH] stuff --- routes/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/api.js b/routes/api.js index c494ad5..84cc987 100644 --- a/routes/api.js +++ b/routes/api.js @@ -94,7 +94,7 @@ var workers = (function(){ }; workers.startRunners = function(worker, newWorker, stopPercent){ - console.log('starting runners on', worker.name) + console.log('starting runners on', worker.name, worker.ip) stopPercent = stopPercent || 80; ramPercentUsed(worker.ip, function(usedMemPercent){ console.log('using ', usedMemPercent, ' on ', worker.name, ' continueing');