Przeglądaj źródła

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

jomo 10 lat temu
rodzic
commit
fc5ab113db
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
   }