Add log
This commit is contained in:
parent
872245cf0e
commit
6f338867e4
1 changed files with 1 additions and 0 deletions
|
@ -455,6 +455,7 @@ class FilesDB {
|
|||
}
|
||||
|
||||
Future<int> insert(EnteFile file) async {
|
||||
_logger.info("Inserting $file");
|
||||
final db = await instance.database;
|
||||
return db.insert(
|
||||
filesTable,
|
||||
|
|
Loading…
Add table
Reference in a new issue