adding logs for reading and searching times

This commit is contained in:
Vinicius Moreira
2019-09-17 14:25:01 -03:00
parent 16e55c9613
commit 6cd682b92e
2 changed files with 13 additions and 1 deletions

View File

@@ -49,4 +49,4 @@ class ArchDiskCacheUpdater(Thread if bool(os.getenv('BAUH_DEBUG', 0)) else Proce
if installed and installed['not_signed']:
saved = disk.save_several({app for app in installed['not_signed']}, 'aur', overwrite=False)
self.logger.info('Pre-cached data of {} AUR packages to disk'.format(saved))
self.logger.info('Pre-cached data of {} AUR packages to the disk'.format(saved))