reduce log level when we can't reach an image while cooking a post

This commit is contained in:
Régis Hanol 2015-08-12 16:10:42 +02:00
parent ac8e90674b
commit 3f71fa15c9
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ class CookedPostProcessor
# can't reach the image...
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
end