Skip to content

Commit

Permalink
Merge pull request #1005 from elastic/jpcarey-patch-1
Browse files Browse the repository at this point in the history
fix repository vs. snapshot name logging message
  • Loading branch information
untergeek committed Aug 1, 2017
2 parents f5278f7 + bc46400 commit ffe69ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curator/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1689,7 +1689,7 @@ def do_dry_run(self):
logger.info(
'DRY-RUN: restore: Repository: {0} Snapshot name: {1} Arguments: '
'{2}'.format(
self.name, self.repository,
self.repository, self.name,
{ 'wait_for_completion' : self.wfc, 'body' : self.body }
)
)
Expand Down

0 comments on commit ffe69ca

Please sign in to comment.