From 539ee40f92cb4a982774238a8b49eac92b58d7aa Mon Sep 17 00:00:00 2001 From: Eric O Date: Thu, 21 Dec 2023 01:49:42 -0500 Subject: [PATCH] Fix a couple of errors that appear when using the Rails console on remote server --- lib/hyacinth/utils/bag_it.rb | 2 +- lib/hyacinth/utils/mods_utils.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/hyacinth/utils/bag_it.rb b/lib/hyacinth/utils/bag_it.rb index 766bd5653..aa17dd9be 100644 --- a/lib/hyacinth/utils/bag_it.rb +++ b/lib/hyacinth/utils/bag_it.rb @@ -2,7 +2,7 @@ require 'digest/sha1' class Hyacinth::Utils::BagIt - extend Logger::Behavior + extend Hyacinth::Utils::Logger::Behavior PAYLOAD_COMPARISON_PROGRESS = 'Comparing payload manifest sha1 checksums to on-disk file checksums... %f2%' diff --git a/lib/hyacinth/utils/mods_utils.rb b/lib/hyacinth/utils/mods_utils.rb index bd53745ef..e904a2536 100644 --- a/lib/hyacinth/utils/mods_utils.rb +++ b/lib/hyacinth/utils/mods_utils.rb @@ -1,5 +1,5 @@ class Hyacinth::Utils::ModsUtils - extend Logger::Behavior + extend Hyacinth::Utils::Logger::Behavior def self.create_element_path_in_doc(xml_doc, arr_path_to_element) current_path = ''