Punt some debug spew from the website
[invirt/packages/invirt-web.git] / code / controls.py
index 5c856e3..bb12a1a 100644 (file)
@@ -173,7 +173,7 @@ def listHost(machine):
 
 def vnctoken(machine):
     """Return a time-stamped VNC token"""
-    out, err = remctl('control', machine.name, 'vnctoken')
+    out, err = remctl('control', machine.name, 'vnctoken', err=True)
     if err:
         return None
     return out.strip()