mirror of
https://github.com/discourse/discourse.git
synced 2025-03-20 20:41:55 +08:00
reduce log level when we can't reach an image while cooking a post
This commit is contained in:
parent
ac8e90674b
commit
3f71fa15c9
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user