Skip to content

Commit

Permalink
Update graphiteWorking.check.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sjparkinson authored Feb 8, 2018
1 parent 0aa8f60 commit 785bc54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/checks/graphiteWorking.check.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class GraphiteWorkingCheck extends Check {

})
.catch(err => {
logger.error({ event: `${logEventPrefix}_ERROR`, url: this.url }, err);
log.error({ event: `${logEventPrefix}_ERROR`, url: this.url }, err);
this.status = status.FAILED;
this.checkOutput = err.toString();
});
Expand Down

0 comments on commit 785bc54

Please sign in to comment.