Skip to content

Commit 71047ce

Browse files
committed
Ugg.
1 parent 7da716d commit 71047ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/cache.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def self.fetch_package(package, block)
138138
return false
139139
end
140140
rescue Excon::Error::Timeout => e
141-
logger.error(LOG_TAG) { " Connection to \"#{endpoint_download_url}\" timed out after: #{API_TIMEOUT} seconds" }
141+
logger.error(LOG_TAG) { " Connection to \"#{endpoint_download_url}\" timed out after: #{W3DHub::Api::API_TIMEOUT} seconds" }
142142
logger.error(LOG_TAG) { e }
143143
logger.debug(LOG_TAG) { " Failed to retrieve package: (#{package.category}:#{package.subcategory}:#{package.name}:#{package.version})" }
144144
logger.debug(LOG_TAG) { " Download URL: #{endpoint_download_url}, response: #{response&.status || -1}" }

0 commit comments

Comments
 (0)