Merge branch 'master' of github.com:crafatar/crafatar

This commit is contained in:
jomo 2015-07-17 01:37:35 +02:00
commit fc5ab113db

View File

@ -73,7 +73,7 @@ function requestHandler(req, res) {
"Content-Type": "text/plain" "Content-Type": "text/plain"
}); });
res.end("Server is over capacity :/"); res.end("Server is over capacity :/");
logging.warn("Too busy:", req.id, 503, Date.now() - req.start + "ms", "(error)"); logging.error("Too busy:", req.id, 503, Date.now() - req.start + "ms", "(error)");
return; return;
} }