diff options
author | Claire <claire.github-309c@sitedethib.com> | 2021-08-10 00:25:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-10 00:25:33 +0200 |
commit | 70b7ac9ff32a713e71a7ba6408a379b601c6839f (patch) | |
tree | f048b304f0d4f0f49e51c2edb8b74ccae6ac89e6 /lib/paperclip/transcoder.rb | |
parent | a61645ed30b854a1b4935026801eb5b287954095 (diff) | |
parent | 8681ef85d0728b9d34dc62785fab6fcec30ba95c (diff) |
Merge pull request #1583 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'lib/paperclip/transcoder.rb')
-rw-r--r-- | lib/paperclip/transcoder.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/paperclip/transcoder.rb b/lib/paperclip/transcoder.rb index e99704086..ec1305038 100644 --- a/lib/paperclip/transcoder.rb +++ b/lib/paperclip/transcoder.rb @@ -19,7 +19,7 @@ module Paperclip metadata = VideoMetadataExtractor.new(@file.path) unless metadata.valid? - log("Unsupported file #{@file.path}") + Paperclip.log("Unsupported file #{@file.path}") return File.open(@file.path) end |