Bugfixes for "me" ACL.

This commit is contained in:
Ian Gulliver
2014-06-21 17:29:10 -07:00
parent eacb6bd7ba
commit f675715317
2 changed files with 15 additions and 5 deletions

View File

@@ -1199,8 +1199,9 @@ Cosmopolite.prototype.onMessage_ = function(e) {
console.log(
this.loggingPrefix_(),
'message from unrecognized subject:', e);
console.log(this.subscriptions_);
console.log(subjectString);
console.log(
this.loggingPrefix_(),
'subscriptions:', this.subscriptions_);
return;
}
/** @type {boolean} */