浏览代码

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

jomo 10 年之前
父节点
当前提交
fc5ab113db
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/server.js

+ 1 - 1
lib/server.js

@@ -73,7 +73,7 @@ function requestHandler(req, res) {
       "Content-Type": "text/plain"
     });
     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;
   }