Rephrase warning

This commit is contained in:
Paul Tremberth 2016-07-12 17:53:19 +02:00
parent 37efdde3e3
commit 859bcf4820
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ try:
except ValueError as e:
logger.warning(
'SSL/TLS verification failed for hostname "{}"; {}'.format(
'Ignoring remote certificate verification failure for hostname "{}"; {}'.format(
self._hostnameASCII, e))
except ImportError: