revert small whitespace change to server start messages.

This commit is contained in:
dceejay 2015-02-24 22:22:16 +00:00
parent f3880b7601
commit 049a5f1be6
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ function start() {
reportMetrics();
}, 15000);
}
console.log("\n\n Welcome to Node-RED\n ===================\n");
console.log("\n\nWelcome to Node-RED\n===================\n");
if (settings.version) {
log.info("Node-RED version: v"+settings.version);
}