Log on returning uid

This commit is contained in:
Radon Rosborough 2020-06-22 20:51:48 -06:00
parent 91fe6ffd65
commit 06bb57fed8
1 changed files with 1 additions and 0 deletions

View File

@ -205,6 +205,7 @@ export class Session {
}
if (this.uidCleanup) {
await this.uidCleanup();
this.log(`Returned uid ${this.uid}`);
}
};
}