Skip to content

Commit

Permalink
fix the long line
Browse files Browse the repository at this point in the history
  • Loading branch information
upupzealot authored and 0candy committed Oct 31, 2016
1 parent 483fa95 commit 0f0cdf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/models/role.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ module.exports = function(Role) {
}
var checkFinish = function() {
if (relTries === modelClass.relations.length) {
debug('No matching belongsTo relation found for model %j and user: %j', modelId, userId);
debug('No matching belongsTo relation in model %j and user: %j', modelId, userId);
if (callback) callback(null, false);
}
};
Expand Down

0 comments on commit 0f0cdf0

Please sign in to comment.