mirror of
https://github.com/discourse/discourse.git
synced 2025-06-07 15:56:02 +08:00
change log level to info when failing to download a hotlinked image
This commit is contained in:
@ -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?
|
||||
|
Reference in New Issue
Block a user