Skip to content

Commit

Permalink
Update index.js (mastodon#2612)
Browse files Browse the repository at this point in the history
  • Loading branch information
S-YOU authored and Gargron committed Apr 29, 2017
1 parent 96c84da commit d066572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streaming/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ if (cluster.isMaster) {

server.listen(process.env.PORT || 4000, () => {
log.level = process.env.LOG_LEVEL || 'verbose'
log.info(`Starting streaming API server worker on ${server.address()}`)
log.info(`Starting streaming API server worker on ${server.address().address}:${server.address().port}`)
})

process.on('SIGINT', exit)
Expand Down

0 comments on commit d066572

Please sign in to comment.