Fix lock log message

This commit is contained in:
Calvin Montgomery 2013-08-07 00:04:36 -04:00
parent db0fee5692
commit 278570f3ed

View file

@ -1571,6 +1571,7 @@ Channel.prototype.tryToggleLock = function(user) {
return;
}
this.logger.log("*** " + user.name + " set playlist lock to " + this.openqueue);
this.setLock(this.openqueue);
}