Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
Test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ifahrentholz committed Jul 21, 2016
1 parent 0ac5825 commit 5709dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ exports.App = {
this.express.listen(this.settings.port);
if (!this.settings.noLog) {
console.log("********************************************************************************");
console.log("Running " + this.settings.namespace + " v" + this.version + " on port " + this.settings.port + " in " + this.env + " mode");
console.log("Running " + this.settings.namespace + " v" + this.version + " on port " + this.settings.port + " in " + this.env + " mode.");
console.log("--------------------------------------------------------------------------------");
console.log("visit: http://localhost:" + this.settings.port + "/" + this.settings.namespace + "/200x133.png");
console.log("********************************************************************************");
Expand Down

0 comments on commit 5709dd8

Please sign in to comment.