summaryrefslogtreecommitdiffstats
path: root/livecd.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2009-08-26 11:04:41 -0400
committerJeremy Katz <katzj@redhat.com>2009-08-26 11:05:17 -0400
commit9a503fea97b53cd35f54f27762417cd28bf7b345 (patch)
tree44657d25b929a437d20f56f2882fc112f31974e1 /livecd.py
parentec146852176e2b41ace7725ed8eda337842d3160 (diff)
downloadanaconda-9a503fea97b53cd35f54f27762417cd28bf7b345.tar.gz
anaconda-9a503fea97b53cd35f54f27762417cd28bf7b345.tar.xz
anaconda-9a503fea97b53cd35f54f27762417cd28bf7b345.zip
Add some debugging code so we know what's going on for #504986
Diffstat (limited to 'livecd.py')
-rw-r--r--livecd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/livecd.py b/livecd.py
index 7efcd90d6..9d60efca2 100644
--- a/livecd.py
+++ b/livecd.py
@@ -268,6 +268,7 @@ class LiveCDCopyBackend(backend.AnacondaBackend):
fsdict[key].append(entry)
break
fsdict[tocopy] = []
+ log.debug("mangling dict looks like %s" %(fsdict,))
# and now let's do the real copies; and we don't want to copy /!
copied = ["/"]