summaryrefslogtreecommitdiffstats
path: root/fstab.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2000-06-21 20:45:05 +0000
committerMike Fulbright <msf@redhat.com>2000-06-21 20:45:05 +0000
commit520d4fdfaa9a3a2eddc87db0380239d92106a06b (patch)
treeb1fc59dfdb193f724602d62f1b180694970619cc /fstab.py
parent79b13fa9ad1dafc3cdb1035a63f86ce746a20557 (diff)
downloadanaconda-520d4fdfaa9a3a2eddc87db0380239d92106a06b.tar.gz
anaconda-520d4fdfaa9a3a2eddc87db0380239d92106a06b.tar.xz
anaconda-520d4fdfaa9a3a2eddc87db0380239d92106a06b.zip
fix message
Diffstat (limited to 'fstab.py')
-rw-r--r--fstab.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fstab.py b/fstab.py
index f208d6ff6..590bbe429 100644
--- a/fstab.py
+++ b/fstab.py
@@ -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)