Skip to content

Commit

Permalink
Merge pull request #3340 from projectblacklight/jcoyne-patch-2
Browse files Browse the repository at this point in the history
Downgrade theme missing message to a debug
  • Loading branch information
corylown authored Dec 11, 2024
2 parents fed880a + b88b0b9 commit d2bcd08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/spotlight/main_app_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def exhibit_stylesheet_link_tag(tag)
if current_exhibit_theme && current_exhibit&.theme != 'default'
stylesheet_link_tag "#{tag}_#{current_exhibit_theme}"
else
Rails.logger.warn "Exhibit theme '#{current_exhibit_theme}' not in the list of available themes: #{current_exhibit&.themes}"
Rails.logger.debug { "Exhibit theme '#{current_exhibit_theme}' not in the list of available themes: #{current_exhibit&.themes}" }
stylesheet_link_tag(tag)
end
end
Expand Down

0 comments on commit d2bcd08

Please sign in to comment.