Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenwh committed Jan 30, 2025
1 parent 08b45dd commit 4d75345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dmci/distributors/pycsw_dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def _update(self):
def _delete(self):
"""Delete entry with a specified metadata_id."""
identifier = self._construct_identifier(self._worker._namespace, self._metadata_UUID)
logging.debug(f"Deleting file: {identifier}")
logger.debug(f"Deleting file: {identifier}")

headers = requests.structures.CaseInsensitiveDict()
headers["Content-Type"] = "application/xml"
Expand Down

0 comments on commit 4d75345

Please sign in to comment.