Skip to content

Commit

Permalink
severity change on on log call
Browse files Browse the repository at this point in the history
  • Loading branch information
lightchpa committed Nov 8, 2016
1 parent 0ae0bc1 commit e1a5d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ module.exports = function(options) {
checkImports(sassPath, cssStats.mtime, function(changed) {
if (debug && changed && changed.length) {
changed.forEach(function(path) {
log('info', 'modified import %s', path);
log('debug', 'modified import %s', path);
});
}
changed && changed.length ? compile() : next();
Expand Down

0 comments on commit e1a5d3a

Please sign in to comment.