changing undetected minified JS file warning to info message instead

v1.18.x
psychobunny 11 years ago
parent 0a749023cb
commit d67ae5c2be

@ -255,7 +255,7 @@ var fs = require('fs'),
},
minFile: function (next) {
if (!fs.existsSync(Meta.js.minFile)) {
winston.warn('No minified client-side library found');
winston.info('No minified client-side library found');
return next(null, 0);
}

Loading…
Cancel
Save