summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-08-11 21:10:55 +0000
committerChris Lumens <clumens@redhat.com>2005-08-11 21:10:55 +0000
commitbe9b1d17b23f3075f12a939cc7d11fe8687edcc9 (patch)
tree2976ab4680cdf62106006ca7d5e7dd5d2ad9109e /scripts
parent3fe2eaa6f45decc83d76c4ec15e8b6c53275cfca (diff)
downloadanaconda-be9b1d17b23f3075f12a939cc7d11fe8687edcc9.tar.gz
anaconda-be9b1d17b23f3075f12a939cc7d11fe8687edcc9.tar.xz
anaconda-be9b1d17b23f3075f12a939cc7d11fe8687edcc9.zip
Converted a lot more messages to the new logging system, but there's still
41 files to go. If your favorite log message needs to be on a different priority level, feel free to change it. Maybe we can have little commit wars over them.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/pkgorder8
1 files changed, 2 insertions, 6 deletions
diff --git a/scripts/pkgorder b/scripts/pkgorder
index f020d222c..4ed14eada 100755
--- a/scripts/pkgorder
+++ b/scripts/pkgorder
@@ -5,13 +5,9 @@ import os
import os.path
import rpm
import string
+import logging
-# FIXME: we really want this information somewhere, but not in the pkgorder
-# file itself.
-from rhpl.log import log
-from anaconda_log import anaconda_log
-anaconda_log.open("/dev/null")
-log.handler = anaconda_log
+log = logging.getLogger("anaconda")
# set up rpm dependency whiteouts
import whiteout