Skip to content

Commit

Permalink
Changed error output.
Browse files Browse the repository at this point in the history
  • Loading branch information
rb2k committed Oct 12, 2011
1 parent 45b50c5 commit 3bfffec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/viddl-rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ PluginBase.registered_plugins.each do |plugin|
begin
download_queue = plugin.get_urls_and_filenames(url)
rescue StandardError => e
puts "Error while running the #{plugin.name.inspect} plugin. Maybe it has to be updated?: #{e.message}\n#{e.backtrace}"
puts "Error while running the #{plugin.name.inspect} plugin. Maybe it has to be updated? Error: #{e.message}."
exit
end
download_queue.each do |url_name|
Expand Down

0 comments on commit 3bfffec

Please sign in to comment.