Skip to content

Commit

Permalink
Fixed debug message when getting redis cache
Browse files Browse the repository at this point in the history
Fixed debug message when getting redis cache
  • Loading branch information
silvae86 committed Jun 18, 2017
1 parent b348a11 commit e5c4120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/resource.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const redis = function (graphUri) {
return GLOBAL.redis.default;
}
else {
console.error("DEU ASNEIRA");
console.error("Something wrong happened when getting the connection to the Redis cache.");
process.exit(1);
}

Expand Down

0 comments on commit e5c4120

Please sign in to comment.