Skip to content

Commit

Permalink
umu_util: add debug statement for id
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Aug 13, 2024
1 parent 457cfd5 commit f01cd21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions umu/umu_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ def get_osrelease_id() -> str:
for line in file:
if line.startswith("ID="):
osid = line.removeprefix("ID=").strip()
log.debug("os-release: ID=%s", osid)
break

return osid

0 comments on commit f01cd21

Please sign in to comment.