Log settings file in use on start up

This commit is contained in:
Nick O'Leary 2015-04-03 23:05:15 +01:00
parent 0b1b4df210
commit e543cc0fed
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ function start() {
redNodes.cleanModuleList();
}
}
log.info("Settings file : "+settings.settingsFile);
redNodes.loadFlows();
}).otherwise(function(err) {
console.log(err);