diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-05-30 21:21:02 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-05-30 21:21:02 +0000 |
commit | 2b046b265a9883167c2de76f7a967008d2b46686 (patch) | |
tree | af4a3896735e1d4046b248543251fd7e19462e54 /fsset.py | |
parent | 85d7a82827dfe3190178993443204d018eb8d78e (diff) | |
download | anaconda-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |