diff options
author | Mike Fulbright <msf@redhat.com> | 2000-06-21 20:45:05 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2000-06-21 20:45:05 +0000 |
commit | 520d4fdfaa9a3a2eddc87db0380239d92106a06b (patch) | |
tree | b1fc59dfdb193f724602d62f1b180694970619cc /fstab.py | |
parent | 79b13fa9ad1dafc3cdb1035a63f86ce746a20557 (diff) | |
download | anaconda-520d4fdfaa9a3a2eddc87db0380239d92106a06b.tar.gz anaconda-520d4fdfaa9a3a2eddc87db0380239d92106a06b.tar.xz anaconda-520d4fdfaa9a3a2eddc87db0380239d92106a06b.zip |
fix message
Diffstat (limited to 'fstab.py')
-rw-r--r-- | fstab.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -102,7 +102,7 @@ class Fstab: success = 1 except self.fserror, msg: - log("Kickstart autopartitioning failed because following errors:") + log("Autopartitioning failed because following errors:") for i in string.split(msg, '\n'): if len(i) > 0: log (i) |