Skip to content

Commit

Permalink
fix syntax #690
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Dec 24, 2020
1 parent 87ae86b commit 95b2e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/other_doi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def self.import_in_bulk(dois, options = {})
Faraday::ConnectionFailed,
ActiveRecord::LockWaitTimeout => e

Rails.logger.error "[Elasticsearch] Error #{class} with message #{
Rails.logger.error "[Elasticsearch] Error #{e.class} with message #{
e.message
} importing Other DOIs."
end
Expand Down

0 comments on commit 95b2e42

Please sign in to comment.