diff options
Diffstat (limited to 'rpkid/rpki/https.py')
-rw-r--r-- | rpkid/rpki/https.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/rpki/https.py b/rpkid/rpki/https.py index 99aebd12..a291f771 100644 --- a/rpkid/rpki/https.py +++ b/rpkid/rpki/https.py @@ -663,7 +663,7 @@ class http_server(http_stream): except POW.SSLErrorSSLError, e: if "\n" in e: for line in str(e).splitlines(): - rpki.log.error(line) + rpki.log.warn(line) raise POW.SSLErrorSSLError, "TLS certificate problem, most likely" else: raise |