Skip to content

Commit

Permalink
Fixed wrong argument display for lines in the restore.log
Browse files Browse the repository at this point in the history
fixed #42
  • Loading branch information
Fallen-Breath committed Aug 27, 2024
1 parent c857673 commit e8db59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prime_backup/mcdr/task/backup/restore_backup_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,5 @@ def run(self):

with log_utils.open_file_logger('restore') as logger:
logger.info('{} restored world to backup #{} (date={}, comment={!r}), pre-restore temp backup: {}'.format(
self.source, backup.id, backup.comment, backup.date_str, pre_restore_backup_id,
self.source, backup.id, backup.date_str, backup.comment, pre_restore_backup_id,
))

0 comments on commit e8db59f

Please sign in to comment.