lib/lazylead/task/svn/diff.rb in lazylead-0.8.0 vs lib/lazylead/task/svn/diff.rb in lazylead-0.8.1
- old
+ new
@@ -65,10 +65,10 @@
postman.send opts.merge(attachments: [f.path])
ensure
File.delete(f)
end
rescue StandardError => e
- @log.error "ll-010: Can't send an email for #{opts} due to " \
+ @log.error "ll-010: Can't send an email '#{opts['subject']}' to #{opts['to']} due to " \
"#{Backtrace.new(e)}'"
end
end
end
end