logging.warning(T("SABnzbd was started with encoding %s, this should be UTF-8. Expect problems with Unicoded file and directory names in downloads.")%sys.stdin.encoding)
logging.warning(T("SABnzbd was started with encoding %s, this should be UTF-8. Expect problems with Unicoded file and directory names in downloads.")%sabnzbd.encoding.CODEPAGE)
# SSL Information
logging.info("SSL version = %s",ssl.OPENSSL_VERSION)