diff --git a/app/jobs/regular/pull_hotlinked_images.rb b/app/jobs/regular/pull_hotlinked_images.rb index ed158bef130..c38d9a55e24 100644 --- a/app/jobs/regular/pull_hotlinked_images.rb +++ b/app/jobs/regular/pull_hotlinked_images.rb @@ -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?