mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
minor loggin fixes
This commit is contained in:
parent
a4b5dcff37
commit
9320f49151
4 changed files with 4 additions and 5 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue