Skip to content

Commit

Permalink
Add server startup log indicating HOST:PORT
Browse files Browse the repository at this point in the history
  • Loading branch information
nh2 committed Jan 8, 2013
1 parent 7663afe commit 2634851
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/server.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,7 @@ createServer = ->
run = ->

server = createServer()
log "webserver running on #{ADDRESS}:#{PORT}"

log "connecting to the database"
db.connect (err) ->
Expand Down

0 comments on commit 2634851

Please sign in to comment.