MOBILE-3981 core: Log database table instance

main
Noel De Martin 2022-02-10 16:03:00 +01:00
parent b95c67874f
commit 95e566a9c2
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ export class CoreDebugDatabaseTable<
* @inheritdoc
*/
initialize(): Promise<void> {
this.logger.log('initialize');
this.logger.log('initialize', this.target);
return this.target.initialize();
}