FIX: Typo in log_thread (#17226)

Follow up to 4199ada1ce
This commit is contained in:
Martin Brennan 2022-06-24 14:12:30 +10:00 committed by GitHub
parent 6a61e855b3
commit 3f5e19c62a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ module Jobs
@@log_queue ||= Queue.new
if !@@log_thread || !@@log_thead.alive?
if !@@log_thread || !@@log_thread.alive?
@@log_thread = Thread.new do
loop do
@@logger << @@log_queue.pop