From f40bff0cbb224c940b1dfa47975f0a3ad6433b29 Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Mon, 10 Aug 2015 22:14:22 +0100 Subject: [PATCH] Startup message explicitly mentions production no issue --- core/server/ghost-server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/server/ghost-server.js b/core/server/ghost-server.js index b9c8a3886b..1af74ce844 100644 --- a/core/server/ghost-server.js +++ b/core/server/ghost-server.js @@ -166,7 +166,7 @@ GhostServer.prototype.logStartMessages = function () { // Startup & Shutdown messages if (process.env.NODE_ENV === 'production') { console.log( - chalk.green('Ghost is running...'), + chalk.green('Ghost is running in ' + process.env.NODE_ENV + '...'), '\nYour blog is now available on', config.url, chalk.gray('\nCtrl+C to shut down')