summaryrefslogtreecommitdiffstats
path: root/pyanaconda/packages.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2011-04-06 11:45:08 -0400
committerChris Lumens <clumens@redhat.com>2011-04-07 13:10:52 -0400
commit3e43185f2979270e225bd7e99116dff54c65d08c (patch)
tree8abc0b1cad44e35aef1e950252ca2f7ae269014e /pyanaconda/packages.py
parent76b7799b7b3134a853ba29a3a65c65c70b233b53 (diff)
downloadanaconda-3e43185f2979270e225bd7e99116dff54c65d08c.tar.gz
anaconda-3e43185f2979270e225bd7e99116dff54c65d08c.tar.xz
anaconda-3e43185f2979270e225bd7e99116dff54c65d08c.zip
No longer log that we're resetting the file context.
With all the stuff in /var/lib/yum, this is just too noisy now.
Diffstat (limited to 'pyanaconda/packages.py')
-rw-r--r--pyanaconda/packages.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyanaconda/packages.py b/pyanaconda/packages.py
index 35f4b621c..d37385681 100644
--- a/pyanaconda/packages.py
+++ b/pyanaconda/packages.py
@@ -207,7 +207,6 @@ def setFileCons(anaconda):
path = path.replace(anaconda.rootPath, "")
ret = isys.resetFileContext(path, anaconda.rootPath)
- log.info("set fc of %s to %s" % (path, ret))
if flags.selinux:
log.info("setting SELinux contexts for anaconda created files")