Revision f67f2b8b vncauthproxy/client.py

b/vncauthproxy/client.py
123 123
    if strict and not ca_cert:
124 124
        raise Exception("strict requires ca-cert to be set")
125 125
    if not enable_ssl and (strict or ca_cert):
126
        logger.warning("strict or ca-cert set, but ssl not enabled")
126
        logger.warning("strict or ca_cert set, but ssl not enabled")
127 127

  
128 128
    req = {
129 129
        "source_port": int(sport),

Also available in: Unified diff