Use same debug group

This commit is contained in:
Raul Ochoa 2016-10-17 17:48:28 +02:00
parent e51a4fc398
commit c6e906d3ef

View File

@ -6,7 +6,7 @@ var REDIS_DISTLOCK = {
};
var Redlock = require('redlock');
var debug = require('../../util/debug')('redis-distlock');
var debug = require('../../util/debug')('leader:redis-distlock');
function RedisDistlockLocker(redisPool) {
this.pool = redisPool;