Skip to content

Commit

Permalink
umu_run: update debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Oct 5, 2024
1 parent 6dda3bf commit b82d381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion umu/umu_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ def main() -> int: # noqa: D103
if get_vdf_value(file, "appid") == toolappid_proton:
runtime_platform: Path = file.parent.parent
log.debug("App ID (Proton): %s", toolappid_proton)
log.debug("Steam Linux Runtime: %s", file.name)
log.debug("Steam Linux Runtime: %s", file.parent.parent.name)
log.console(
f"Using {Path(env['PROTONPATH']).name} with "
f"{runtime_platform.name}"
Expand Down

0 comments on commit b82d381

Please sign in to comment.