Skip to content

Commit

Permalink
umu_proton: update debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Oct 3, 2024
1 parent 8471599 commit a0d81fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion umu/umu_proton.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ def _install_proton(
)

# Move downloaded file from tmpfs to cache to avoid high memory usage
log.debug("Move: %s -> %s", archive_path, tmpdirs[1])
log.debug("Moving: %s -> %s", archive_path, tmpdirs[1])
move(archive_path, tmpdirs[1])

_extract_dir(tmpdirs[1] / tarball)
Expand Down

0 comments on commit a0d81fa

Please sign in to comment.