summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-12-13 04:19:02 +0000
committerErik Troan <ewt@redhat.com>2000-12-13 04:19:02 +0000
commitab82b6e63a2d0587eaa5dece3f330a12982c6819 (patch)
treeee8da1ea51a94d01291766e969e2104a4baec916 /anaconda
parent55da22caf2fd2cc035c3d03e7a3aacdb4eed6c84 (diff)
downloadanaconda-ab82b6e63a2d0587eaa5dece3f330a12982c6819.tar.gz
anaconda-ab82b6e63a2d0587eaa5dece3f330a12982c6819.tar.xz
anaconda-ab82b6e63a2d0587eaa5dece3f330a12982c6819.zip
put a space after a message
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index a384b536f..44370ae1d 100755
--- a/anaconda
+++ b/anaconda
@@ -281,7 +281,7 @@ if (display_mode == 'g' and not os.environ.has_key('DISPLAY')):
result = xserver.start_existing_X ()
except RuntimeError:
- print "X startup failed, falling back to text mode"
+ print " X startup failed, falling back to text mode"
display_mode = 't'
else:
(mouseInfo, x) = (result)