Skip to content

Commit

Permalink
Remove obsolete variable in host injection script
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyCTHsu committed Nov 6, 2023
1 parent 242d338 commit 290d552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib-injection/host_inject.rb
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,5 @@ def debug_log(msg)
end
end
rescue Exception => e
warn "[ddtrace] #{failure_prefix} #{e.class.name} #{e.message}\nBacktrace: #{e.backtrace.join("\n")}\n#{support_message}"
warn "[ddtrace] Injection failed: #{e.class.name} #{e.message}\nBacktrace: #{e.backtrace.join("\n")}\n#{support_message}"
end

0 comments on commit 290d552

Please sign in to comment.