mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 01:31:35 +08:00
reduce log level when we can't reach an image while cooking a post
This commit is contained in:
@ -138,7 +138,7 @@ class CookedPostProcessor
|
|||||||
|
|
||||||
# can't reach the image...
|
# can't reach the image...
|
||||||
if original_width.nil? || original_height.nil?
|
if original_width.nil? || original_height.nil?
|
||||||
Rails.logger.error "Can't reach '#{src}' to get its dimension."
|
Rails.logger.info "Can't reach '#{src}' to get its dimension."
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user