Log on returning uid
This commit is contained in:
parent
91fe6ffd65
commit
06bb57fed8
|
@ -205,6 +205,7 @@ export class Session {
|
|||
}
|
||||
if (this.uidCleanup) {
|
||||
await this.uidCleanup();
|
||||
this.log(`Returned uid ${this.uid}`);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue