Skip to content

Commit

Permalink
add a silly output on ec filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
nojhamster committed Jun 22, 2015
1 parent eaf9ae2 commit 82de3f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/middlewares/filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = function (req, res, job) {
var err;

if (!ecValid.valid) {
job.logger.silly('Irrelevant EC', ecValid.reason);
err = new Error('irrelevant EC');
err.type = 'EIRRELEVANT';
return next(err);
Expand Down

0 comments on commit 82de3f6

Please sign in to comment.