load stuff

This commit is contained in:
2016-04-25 16:51:27 -04:00
parent 280a90a7eb
commit c42cf797e7

View File

@ -186,7 +186,7 @@ var startAll = function(){
return startAll(); return startAll();
}); });
}else{ }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');
} }
}); });
} }