Skip to content

Commit

Permalink
correct erroneous log message
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdunnjpl committed Nov 5, 2024
1 parent 7147d65 commit 1be6f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pds/registrysweepers/reindexer/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def accumulate_missing_mappings(

if len(canonical_type_undefined_property_names) > 0:
log.info(
f"RESULT: Mappings were not found in the DD for the following properties, and a default type will be applied: {sorted(canonical_type_undefined_property_names)}"
f"RESULT: Mappings were not found in the DD or static types for the following properties: {sorted(canonical_type_undefined_property_names)}"
)

if len(bad_mapping_property_names) > 0:
Expand Down

0 comments on commit 1be6f54

Please sign in to comment.