change log level to info when failing to download a hotlinked image

This commit is contained in:
Régis Hanol 2017-07-12 11:06:28 +02:00
parent e0285bc20e
commit a6dff79c2c

View File

@ -58,7 +58,7 @@ module Jobs
log(:info, "Failed to pull hotlinked image for post: #{post_id}: #{src} - Image is bigger than #{@max_size}") log(:info, "Failed to pull hotlinked image for post: #{post_id}: #{src} - Image is bigger than #{@max_size}")
end end
else else
log(:error, "There was an error while downloading '#{src}' locally for post: #{post_id}") log(:info, "There was an error while downloading '#{src}' locally for post: #{post_id}")
end end
end end
# have we successfully downloaded that file? # have we successfully downloaded that file?