Skip to content

Commit

Permalink
Clean up log message
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Jun 18, 2015
1 parent 4cb5d6d commit 2b2f204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aspen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@ def serve(website, host='0.0.0.0', port='8080'):

port = int(os.environ.get('PORT', port))
server = make_server(host, port, website)
log_dammit("Greetings, program! Welcome to port http://{0}:{1}/.".format(host, port))
log_dammit("Greetings, program! Now serving on http://{0}:{1}/.".format(host, port))
server.serve_forever()

0 comments on commit 2b2f204

Please sign in to comment.