capaaacittty

This commit is contained in:
Jake 2015-06-22 23:34:35 -05:00
parent 7b5a871c5a
commit 58a2f0662d

View File

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