Skip to content

Commit 96ad3c5

Browse files
committed
Typo fix
1 parent 4db5327 commit 96ad3c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/salus.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def tick
152152
log DEBUG, "Collection finished. Threads: #{pool.spawned} spawned, #{pool.waiting} waiting, #{Thread.list.count} total"
153153

154154
return if @@_renders.empty?
155-
log DEBUG, "Starting #{@_renders.count} renderers"
155+
log DEBUG, "Starting #{@@_renders.count} renderers"
156156
latch = CountDownLatch.new(@@_renders.count)
157157
@@_renders.each do |v|
158158
pool.process do

0 commit comments

Comments
 (0)