Skip to content
Snippets Groups Projects
Commit 72c961e6 authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Change APT error log

parent 0e522483
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ def main(): ...@@ -42,7 +42,7 @@ def main():
u.error("system out of support") u.error("system out of support")
errors += 1 errors += 1
else: else:
u.error(apt_cache_err) u.error("Apt error: {}".format(apt_cache_err))
errors += 1 errors += 1
apt = Apt() apt = Apt()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment