minor loggin fixes

This commit is contained in:
mrfry
2023-03-28 19:47:27 +02:00
parent a4b5dcff37
commit 9320f49151
4 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ if (certsLoaded) {
httpsServer = https.createServer(certs, app)
logger.Log('Listening on port: ' + httpsport + ' (https)')
} else {
logger.Log('Https not avaible')
logger.Log('Https not avaible', 'yellowbg')
}
if (!process.env.NS_DEVEL) {