summaryrefslogtreecommitdiffstats
path: root/fsset.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-05-30 21:21:02 +0000
committerJeremy Katz <katzj@redhat.com>2002-05-30 21:21:02 +0000
commit2b046b265a9883167c2de76f7a967008d2b46686 (patch)
treeaf4a3896735e1d4046b248543251fd7e19462e54 /fsset.py
parent85d7a82827dfe3190178993443204d018eb8d78e (diff)
downloadanaconda-2b046b265a9883167c2de76f7a967008d2b46686.tar.gz
anaconda-2b046b265a9883167c2de76f7a967008d2b46686.tar.xz
anaconda-2b046b265a9883167c2de76f7a967008d2b46686.zip
at least when we hit this in the future, we'll get more info if it crashes like #65456
Diffstat (limited to 'fsset.py')
-rw-r--r--fsset.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fsset.py b/fsset.py
index 4e00e9a56..f97efa526 100644
--- a/fsset.py
+++ b/fsset.py
@@ -1227,7 +1227,7 @@ class FileSystemSet:
try:
space.append((entry.mountpoint, isys.fsSpaceAvailable(path)))
except SystemError:
- pass
+ log("failed to get space available in filesystemSpace() for %s" %(entry.mountpoint,))
def spaceSort(a, b):
(m1, s1) = a