Fix listen logging
This commit is contained in:
parent
02fcc42638
commit
73f1f31fd9
1 changed files with 1 additions and 1 deletions
|
|
@ -22,5 +22,5 @@ if (!argv.http) {
|
||||||
|
|
||||||
var server = createServer(options);
|
var server = createServer(options);
|
||||||
server.listen(port, function () {
|
server.listen(port, function () {
|
||||||
console.log('lamassu-server listening on port ' + port + ' ' + argv.http ? '(http)' : '(https)');
|
console.log('lamassu-server listening on port ' + port + ' ' + (argv.http ? '(http)' : '(https)'));
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue