Skip to content

Commit

Permalink
Clarify the log message and make it a debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
BigRoy committed Jul 1, 2024
1 parent 2b594f3 commit 79c3fae
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ def process(self, instance):
# paths on used resources/textures for looks
instance_mapping = instance.data.get("assetRemap", {})
if instance_mapping:
self.log.info(instance_mapping)
self.log.debug("Instance-specific asset path remapping:\n"
f"{instance_mapping}")
mapping.update(instance_mapping)

with remap_paths(ropnode, mapping):
Expand Down

0 comments on commit 79c3fae

Please sign in to comment.