Looging look improvements

This commit is contained in:
YourFriendlyNeighborhoodDealer 2018-11-22 14:37:11 +01:00
parent e55c7beb37
commit 95a6ab88d0
2 changed files with 17 additions and 15 deletions

View file

@ -243,7 +243,7 @@ app.post('*', function(req, res) {
stat.Load();
app.listen(port);
logger.Log("[START]: Server listening on port " + port + "...", logger.GetColor("yellow"));
logger.Log("[STRT]: Server listening on port " + port + "...", logger.GetColor("yellow"));
function Log(req, toFile) {
try {