summaryrefslogtreecommitdiffstats
path: root/xserver.py
diff options
context:
space:
mode:
Diffstat (limited to 'xserver.py')
-rw-r--r--xserver.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/xserver.py b/xserver.py
index 5a7e1f27f..336ed04b5 100644
--- a/xserver.py
+++ b/xserver.py
@@ -114,6 +114,7 @@ def startX(resolution, nofbmode, video, monitor, mouse):
elif attempt == 'VGA16':
# if no xserver then try falling back to VGA16 in no fb
card = VGA16Card()
+
print _("Attempting to start VGA16 X server")
next_attempt = 'END'
else: