summaryrefslogtreecommitdiffstats
path: root/vnc.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-10-30 15:41:14 +0000
committerChris Lumens <clumens@redhat.com>2007-10-30 15:41:14 +0000
commit5b27847adbf2684326a38202e32ecbb36d57a28f (patch)
tree73d077a42495223d5765c7e226b88beeedfba9f3 /vnc.py
parenta267ea01c0e660ccc78120051dc039c92f29d5ab (diff)
downloadanaconda-5b27847adbf2684326a38202e32ecbb36d57a28f.tar.gz
anaconda-5b27847adbf2684326a38202e32ecbb36d57a28f.tar.xz
anaconda-5b27847adbf2684326a38202e32ecbb36d57a28f.zip
Fix various typos that were causing exceptions.
Diffstat (limited to 'vnc.py')
-rw-r--r--vnc.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/vnc.py b/vnc.py
index 463a9e229..87e2fb0f3 100644
--- a/vnc.py
+++ b/vnc.py
@@ -196,13 +196,12 @@ class VncServer:
We dont really have to do anything for the server to listen :)
"""
- if self.connxinfo != None:
+ if self.connxinfo != None:
self.log.info(_("Please manually connect your vnc client to %s to begin the install.") % (self.connxinfo,))
else:
self.log.info(_("Please manually connect your vnc client to begin the install."))
def startServer(self, vncStartedCB=None):
- log.error("Im just testing somenhitng:)
self.log.info(_("Starting VNC..."))
# Lets call it from here for now.