Skip to content

Commit fe9b150

Browse files
committed
add missing Log.forf for ytimg
1 parent 3e847b8 commit fe9b150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/invidious/yt_backend/connection_pool.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def get_ytimg_pool(subdomain)
144144
if pool = YTIMG_POOLS[subdomain]?
145145
return pool
146146
else
147-
Log.info { "ytimg_pool: Creating a new HTTP pool for \"https://#{subdomain}.ytimg.com\"" }
147+
Log.forf.info { "Creating a new HTTP pool for \"https://#{subdomain}.ytimg.com\"" }
148148
pool = YoutubeConnectionPool.new(URI.parse("https://#{subdomain}.ytimg.com"), capacity: CONFIG.pool_size)
149149
YTIMG_POOLS[subdomain] = pool
150150

0 commit comments

Comments
 (0)