From 418700ce3f8e397ae4d9448fb055ed69d1b09770 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Tue, 3 Sep 2013 22:21:56 -0400 Subject: [PATCH] changing info to warn when config file not found --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index eade1bbb3c..eb241c8170 100644 --- a/app.js +++ b/app.js @@ -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');