lib/instana/instrumentation/excon.rb in instana-0.13.1 vs lib/instana/instrumentation/excon.rb in instana-0.14.0

- old
+ new

@@ -56,9 +56,9 @@ end end end end - ::Instana.logger.warn "Instrumenting excon" + ::Instana.logger.warn "Instrumenting Excon" ::Excon.defaults[:middlewares].unshift(::Instana::Instrumentation::Excon) end