mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 16:28:51 +02:00
[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:
parent
916cb35e6a
commit
80238ab2da
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue