From 96ad3c525875fa186f00cdf298afae2e62f78f81 Mon Sep 17 00:00:00 2001 From: divanikus Date: Sun, 15 Mar 2020 02:07:54 +0300 Subject: [PATCH] Typo fix --- lib/salus.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/salus.rb b/lib/salus.rb index 09ba62c..16938e0 100644 --- a/lib/salus.rb +++ b/lib/salus.rb @@ -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