MOBILE-3981 core: Log database table instance

This commit is contained in:
Noel De Martin 2022-02-10 16:03:00 +01:00
parent b95c67874f
commit 95e566a9c2

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();
}