diff --git a/app/controllers/sword_controller.rb b/app/controllers/sword_controller.rb index 9e95360..00fdc2e 100644 --- a/app/controllers/sword_controller.rb +++ b/app/controllers/sword_controller.rb @@ -32,6 +32,7 @@ def deposit Rails.logger.warn("Title: #{@endpoint.deposit_title.truncate_words(10)}, " \ "Files: #{@endpoint.documents_to_deposit}, " \ "Hyacinth item pid: #{@endpoint.adapter_item_identifier}, " \ + "Hyacinth asset pids: #{@endpoint.asset_pids}, " \ "Path to SWORD contents: #{@path_to_deposit_contents}" )