Skip to content

Commit

Permalink
Reveal selected upgrader version in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Sandakov committed May 10, 2024
1 parent 254ef82 commit 72a25d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pleskdistup/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ def main():
if len(upgraders) > 1:
log.info(f"Multiple upgraders found ({len(upgraders)}), using the first one")
upgrader = upgraders[0].create_upgrader()
log.debug(f"Selected upgrader: {upgrader}")
log.info(f"Selected upgrader: {upgrader} ({upgrader.upgrader_version})")
if not options.resume:
options.resume_data = ResumeData(
phase=options.phase,
Expand Down

0 comments on commit 72a25d1

Please sign in to comment.