Skip to content

Commit

Permalink
Improve error message for file update script.
Browse files Browse the repository at this point in the history
  • Loading branch information
silviapfeiffer committed Dec 21, 2014
1 parent 35a8e3c commit e71cb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/archive.rake
Expand Up @@ -347,7 +347,7 @@ namespace :archive do
essence.channels = media.channels
essence.fps = media.fps
rescue => e
puts "ERROR: unable to process file - skipping"
puts "ERROR: unable to process file #{file} - skipping"
puts" #{e}"
return
end
Expand Down

0 comments on commit e71cb0c

Please sign in to comment.