From 5709dd810bad4d502df1bc3798b41bb8b13dccce Mon Sep 17 00:00:00 2001 From: ifahrentholz Date: Thu, 21 Jul 2016 13:16:20 +0200 Subject: [PATCH] Test commit --- lib/config/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config/app.js b/lib/config/app.js index 78def16..f14177c 100644 --- a/lib/config/app.js +++ b/lib/config/app.js @@ -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("********************************************************************************");