Skip to content

Commit

Permalink
Merge 5536ea2 into f1e85dc
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjbarton committed Jul 28, 2020
2 parents f1e85dc + 5536ea2 commit 1f2dd6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ class Server extends KarmaEventEmitter {
}

webServer.listen(this._boundServer, () => {
this.log.info(`Karma v${constant.VERSION} server started at ${config.protocol}//${config.listenAddress}:${config.port}${config.urlRoot}`)
this.log.info(`Karma v${constant.VERSION} server started at ${config.protocol}//${config.hostname}:${config.port}${config.urlRoot}`)

this.emit('listening', config.port)
if (config.browsers && config.browsers.length) {
Expand Down

0 comments on commit 1f2dd6c

Please sign in to comment.