summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/fixpackages2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fixpackages b/bin/fixpackages
index b7357f166..c03207d0a 100755
--- a/bin/fixpackages
+++ b/bin/fixpackages
@@ -19,7 +19,7 @@ try:
os.nice(int(mysettings.get("PORTAGE_NICENESS", "0")))
except (OSError, ValueError), e:
portage.writemsg("!!! Failed to change nice value to '%s'\n" % \
- settings["PORTAGE_NICENESS"])
+ mysettings["PORTAGE_NICENESS"])
portage.writemsg("!!! %s\n" % str(e))
del e