Skip to content

Commit

Permalink
updated bolognese
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Jul 7, 2019
1 parent 7f81cba commit e860c49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ GEM
latex-decode (~> 0.0)
binding_of_caller (0.8.0)
debug_inspector (>= 0.0.1)
bolognese (1.2.11)
bolognese (1.2.15)
activesupport (>= 4.2.5, < 6)
benchmark_methods (~> 0.7)
bibtex-ruby (~> 4.1)
Expand Down
2 changes: 1 addition & 1 deletion app/jobs/crossref_doi_by_id_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def perform(id, options={})
elsif response.status == 200
logger.info "DOI #{doi} record updated."
elsif response.status == 404
logger.info "[Error parsing #{ra} DOI #{doi}]: not found."
logger.warn "[Warn] #{ra} DOI #{doi} not found."
else
logger.error "[Error parsing #{ra} DOI #{doi}]: " + response.body["errors"].inspect
end
Expand Down

0 comments on commit e860c49

Please sign in to comment.