[core] change level of verbosity for Compatibility nodes

Compatibility nodes are properly displayed in the UI, no need to
continue to have a high level of verbosity for that.
This commit is contained in:
Fabien Castan 2024-06-15 17:12:21 +02:00
parent 916cb35e6a
commit 80238ab2da

View file

@ -1756,7 +1756,7 @@ def nodeFactory(nodeDict, name=None, template=False, uidConflict=False):
node = Node(nodeType, position, **inputs, **outputs)
node.setInternalAttributeValues(internalInputs)
else:
logging.warning("Compatibility issue detected for node '{}': {}".format(name, compatibilityIssue.name))
logging.debug("Compatibility issue detected for node '{}': {}".format(name, compatibilityIssue.name))
node = CompatibilityNode(nodeType, nodeDict, position, compatibilityIssue)
# retro-compatibility: no internal folder saved
# can't spawn meaningful CompatibilityNode with precomputed outputs