mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 18:30:26 -06:00
change log level to info when failing to download a hotlinked image
This commit is contained in:
parent
e0285bc20e
commit
a6dff79c2c
@ -58,7 +58,7 @@ module Jobs
|
||||
log(:info, "Failed to pull hotlinked image for post: #{post_id}: #{src} - Image is bigger than #{@max_size}")
|
||||
end
|
||||
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
|
||||
# have we successfully downloaded that file?
|
||||
|
Loading…
Reference in New Issue
Block a user