This commit is contained in:
Sakib Hasan 2017-06-07 23:09:56 +00:00 committed by GitHub
commit e3fb21e966
2 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ function Connector(options) {
EventEmitter.apply(this, arguments);
this.options = options;
debug('created with options', options);
debug('created connector');
}
/**

View File

@ -1698,8 +1698,8 @@ module.exports = function(registry) {
if (debug.enabled) {
debug('rectifyOnSave %s -> ' + (id ? 'id %j' : '%s'),
ctx.Model.modelName, id ? id : 'ALL');
debug('context instance:%j currentInstance:%j where:%j data %j',
ctx.instance, ctx.currentInstance, ctx.where, ctx.data);
debug('context instance:%j currentInstance:%j where:%j',
ctx.instance, ctx.currentInstance, ctx.where);
}
if (id) {