Improve log
This commit is contained in:
parent
220e80e467
commit
27aaf98c4d
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ class FileUploader {
|
|||
file.path.contains(".encrypted");
|
||||
});
|
||||
if (filesToDelete.isNotEmpty) {
|
||||
_logger.info('cleaning up state files ${filesToDelete.length}');
|
||||
_logger.info('Deleting ${filesToDelete.length} stale upload files ');
|
||||
for (final file in filesToDelete) {
|
||||
await file.delete();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue