Skip to content

Commit

Permalink
logger message
Browse files Browse the repository at this point in the history
  • Loading branch information
huberrob committed Oct 7, 2022
1 parent f8bbf99 commit 71001bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fuji_server/harvester/metadata_harvester.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ def check_if_pid_resolves_to_landing_page(self, pid_url = None):
landing_domain = landing_url_parts.domain + '.' + landing_url_parts.suffix
if landing_domain != input_id_domain:
self.logger.warning(
'FsF-F1-02D : Landing page domain resolved from PID found in metadata does not match with input URL domain'
'FsF-F1-02D : Landing page domain resolved from PID found in metadata does not match with input URL domain -:'+str(pid_url)
)
self.logger.warning(
'FsF-F2-01M : Seems to be a catalogue entry or alternative representation of the data set, landing page URL domain resolved from PID found in metadata does not match with input URL domain'
'FsF-F2-01M : Landing page domain resolved from PID found in metadata does not match with input URL domain -:'+str(pid_url)
)
return False
else:
Expand Down

0 comments on commit 71001bd

Please sign in to comment.