summaryrefslogtreecommitdiffstats
path: root/vnc.py
diff options
context:
space:
mode:
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.