mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-27 15:08:31 +00:00
add missing Log.forf for ytimg
This commit is contained in:
parent
3e847b8412
commit
fe9b150205
@ -144,7 +144,7 @@ def get_ytimg_pool(subdomain)
|
||||
if pool = YTIMG_POOLS[subdomain]?
|
||||
return pool
|
||||
else
|
||||
Log.info { "ytimg_pool: Creating a new HTTP pool for \"https://#{subdomain}.ytimg.com\"" }
|
||||
Log.forf.info { "Creating a new HTTP pool for \"https://#{subdomain}.ytimg.com\"" }
|
||||
pool = YoutubeConnectionPool.new(URI.parse("https://#{subdomain}.ytimg.com"), capacity: CONFIG.pool_size)
|
||||
YTIMG_POOLS[subdomain] = pool
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user