From 0cf1f1277ca05237003577e9264570db54b8ce8e Mon Sep 17 00:00:00 2001 From: Timothy Pansino <11214426+TimPansino@users.noreply.github.com> Date: Wed, 13 Oct 2021 14:25:04 -0700 Subject: [PATCH] Remove smart quotes from logger message (#408) --- newrelic/config.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/newrelic/config.py b/newrelic/config.py index 4315da652..6c206317e 100644 --- a/newrelic/config.py +++ b/newrelic/config.py @@ -789,7 +789,9 @@ def translate_deprecated_settings(settings, cached_settings): # CAT Deprecation Warning _logger.info( "Deprecated setting found: cross_application_tracer.enabled. Please replace Cross Application Tracing " - "(CAT) with the newer Distributed Tracing by setting ‘distributed_tracing.enabled’ to True in your agent configuration. For further details on distributed tracing, please refer to our documentation: https://docs.newrelic.com/docs/distributed-tracing/concepts/distributed-tracing-planning-guide/#changes." + "(CAT) with the newer Distributed Tracing by setting 'distributed_tracing.enabled' to True in your agent " + "configuration. For further details on distributed tracing, please refer to our documentation: " + "https://docs.newrelic.com/docs/distributed-tracing/concepts/distributed-tracing-planning-guide/#changes." ) if not settings.ssl: