mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Add bit more logging around MachineNode loading
This commit is contained in:
parent
527e5775a7
commit
f948b7c4fc
1 changed files with 2 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ class ContainerTree:
|
|||
|
||||
The ``JobQueue`` will schedule this on a different thread.
|
||||
"""
|
||||
|
||||
Logger.log("d", "Started background loading of MachineNodes")
|
||||
for stack in self.container_stacks: # Load all currently-added containers.
|
||||
if not isinstance(stack, GlobalStack):
|
||||
continue
|
||||
|
|
@ -182,3 +182,4 @@ class ContainerTree:
|
|||
definition_id = stack.definition.getId()
|
||||
if not self.tree_root.machines.is_loaded(definition_id):
|
||||
_ = self.tree_root.machines[definition_id]
|
||||
Logger.log("d", "All MachineNode loading completed")
|
||||
Loading…
Add table
Add a link
Reference in a new issue