From 086a9b1fbfd437b9965c57d6027dbaf31837e927 Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Fri, 29 Mar 2019 12:46:24 -0400 Subject: [PATCH] 6.3.0 --- parsedmarc/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parsedmarc/cli.py b/parsedmarc/cli.py index eb3fe3c..85cdfa3 100644 --- a/parsedmarc/cli.py +++ b/parsedmarc/cli.py @@ -64,7 +64,7 @@ def _main(): try: ssl_context = None if opts.kafka_skip_certificate_verification: - logger.debug("Skipping IMAP certificate verification") + logger.debug("Skipping Kafka certificate verification") ssl_context = create_default_context() ssl_context.check_hostname = False ssl_context.verify_mode = CERT_NONE