Skip to content

Commit

Permalink
quick fix up
Browse files Browse the repository at this point in the history
  • Loading branch information
SaravShah committed Dec 13, 2017
1 parent fb23499 commit 4354a15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ task :m2c_exist_single_root, [:storage_root, :profile] => [:environment] do |_t,
elsif args[:profile].nil?
MoabToCatalog.check_existence_for_dir(storage_dir)
end
puts "#{Time.now.utc.iso8601} Moab to Catalog Existence Check for a single storage root is done"
puts "#{Time.now.utc.iso8601} Moab to Catalog Existence Check for #{storage_dir} is done"
$stdout.flush
end

Expand Down
2 changes: 1 addition & 1 deletion app/services/preserved_object_handler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def confirm_online_version
if incoming_version == pres_copy.version
handler_results.add_result(PreservedObjectHandlerResults::VERSION_MATCHES, pres_copy.class.name)
handler_results.add_result(PreservedObjectHandlerResults::VERSION_MATCHES, pres_object.class.name)
elsif incoming_version != pres_copy.version
else
handler_results.add_result(PreservedObjectHandlerResults::UNEXPECTED_VERSION, pres_copy.class.name)
update_status(pres_copy, PreservedCopy::EXPECTED_VERS_NOT_FOUND_ON_STORAGE_STATUS)
end
Expand Down

0 comments on commit 4354a15

Please sign in to comment.