Skip to content

Commit

Permalink
Fix frozen string for Ruby 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlogic committed Oct 15, 2024
1 parent ba932c2 commit c649d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion judoscale-ruby/lib/judoscale/job_metrics_collector.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def self.adapter_config
def initialize
super

log_msg = "#{self.class.adapter_name} enabled"
log_msg = +"#{self.class.adapter_name} enabled"
log_msg << " with busy job tracking support" if track_busy_jobs?
logger.info log_msg
end
Expand Down

0 comments on commit c649d9c

Please sign in to comment.