Skip to content

Commit 071db6d

Browse files
committed
Update log statements
1 parent eed7a08 commit 071db6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

umu/umu_dl_util.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def get_umu_proton(env: Dict[str, str]) -> Union[Dict[str, str]]:
3838
log.debug("Sending request to api.github.com")
3939
files = _fetch_releases()
4040
except gaierror:
41-
pass # User is offline
41+
log.debug("Network is unreachable")
4242

4343
# Download the latest Proton
4444
if _get_latest(env, STEAM_COMPAT, tmp, files):

umu/umu_run.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ def main() -> int: # noqa: D103
350350

351351
# Run
352352
build_command(env, UMU_LOCAL, command, opts)
353-
log.debug(command)
353+
log.debug("%s", command)
354354

355355
return run(command).returncode
356356

0 commit comments

Comments
 (0)