From 280a90a7ebb47dbd5977673f219976323432e9a5 Mon Sep 17 00:00:00 2001 From: william Date: Mon, 25 Apr 2016 16:50:20 -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 b48098c..ee465eb 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!'); + console.log('using', usedMemPercent, 'percent memory, stopping container creation!' availContainers.length, 'created'); } }); }