Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
divanikus committed Mar 14, 2020
1 parent 4db5327 commit 96ad3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/salus.rb
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def tick
log DEBUG, "Collection finished. Threads: #{pool.spawned} spawned, #{pool.waiting} waiting, #{Thread.list.count} total"

return if @@_renders.empty?
log DEBUG, "Starting #{@_renders.count} renderers"
log DEBUG, "Starting #{@@_renders.count} renderers"
latch = CountDownLatch.new(@@_renders.count)
@@_renders.each do |v|
pool.process do
Expand Down

0 comments on commit 96ad3c5

Please sign in to comment.