Ignore:
Timestamp:
Mar 28, 2008, 8:31:21 PM (16 years ago)
Author:
broder
Message:

Changed VNC proxy to spew to stdout instead of an arbitrary logfile so that it will go to the right syslog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-vnc-server/code/vncproxy.py

    r288 r289  
    99
    1010if '__main__' == __name__:
    11     reactor.listenSSL(10003,vncexternalauth.VNCAuthFactory("./vncauth.log", "localhost"), contextFactory=sslContext)
    12     #reactor.listenTCP(10003,vncexternalauth.VNCAuthFactory("./vncauth.log", "localhost"))
     11    reactor.listenSSL(10003,vncexternalauth.VNCAuthFactory("localhost"), contextFactory=sslContext)
    1312    reactor.run()
Note: See TracChangeset for help on using the changeset viewer.