Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Feb 18, 2025
1 parent 054a473 commit 07798b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prime_backup/action/create_backup_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ def run(self) -> BackupInfo:
self.__pre_calculate_stats(scan_result)
if self.config.backup.reuse_stat_unchanged_file:
self.__reuse_unchanged_files(session, scan_result)
self.logger.info('Reused {} / {} unchanged files'.format(len(self.__pre_calc_result.reused_files), len(scan_result.all_files)))
self.logger.info('Reused {} / {} stat unchanged files'.format(len(self.__pre_calc_result.reused_files), len(scan_result.all_files)))
if self.config.get_effective_concurrency() > 1:
self.__pre_calculate_hash(session, scan_result)
self.logger.info('Pre-calculate all file hash done')
Expand Down

0 comments on commit 07798b4

Please sign in to comment.