From c42cf797e7023ab432a3748c87549fc407c68f6b Mon Sep 17 00:00:00 2001 From: william Date: Mon, 25 Apr 2016 16:51:27 -0400 Subject: [PATCH] load stuff --- routes/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/api.js b/routes/api.js index ee465eb..3bd117e 100644 --- a/routes/api.js +++ b/routes/api.js @@ -186,7 +186,7 @@ var startAll = function(){ return startAll(); }); }else{ - console.log('using', usedMemPercent, 'percent memory, stopping container creation!' availContainers.length, 'created'); + console.log('using', usedMemPercent, 'percent memory, stopping container creation!', availContainers.length, 'created'); } }); }