summaryrefslogtreecommitdiffstats
path: root/pyanaconda/ui
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2013-02-07 11:48:23 -0600
committerDavid Lehman <dlehman@redhat.com>2013-02-11 09:17:15 -0600
commitcff1355f85b3847dddcb4766c1ce37011c331b44 (patch)
tree1575dc628bd5bec83efb80188dd42e03f305ca86 /pyanaconda/ui
parent2c44d7c9c6633bd846bde5d2a27a692d97035798 (diff)
downloadanaconda-cff1355f85b3847dddcb4766c1ce37011c331b44.tar.gz
anaconda-cff1355f85b3847dddcb4766c1ce37011c331b44.tar.xz
anaconda-cff1355f85b3847dddcb4766c1ce37011c331b44.zip
The storage logger is now the blivet logger.
Diffstat (limited to 'pyanaconda/ui')
-rw-r--r--pyanaconda/ui/gui/spokes/custom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyanaconda/ui/gui/spokes/custom.py b/pyanaconda/ui/gui/spokes/custom.py
index 407979ee0..747407672 100644
--- a/pyanaconda/ui/gui/spokes/custom.py
+++ b/pyanaconda/ui/gui/spokes/custom.py
@@ -147,7 +147,7 @@ class UIStorageFilter(logging.Filter):
@contextmanager
def ui_storage_logger():
- storage_log = logging.getLogger("storage")
+ storage_log = logging.getLogger("blivet")
f = UIStorageFilter()
storage_log.addFilter(f)
yield