changing info to warn when config file not found

This commit is contained in:
Julian Lam
2013-09-03 22:21:56 -04:00
parent 1d52557562
commit 418700ce3f

2
app.js
View File

@@ -134,7 +134,7 @@ if(nconf.get('upgrade')) {
} else {
// New install, ask setup questions
if (nconf.get('setup')) winston.info('NodeBB Setup Triggered via Command Line');
else winston.info('Configuration not found, starting NodeBB setup');
else winston.warn('Configuration not found, starting NodeBB setup');
var install = require('./src/install');