mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 11:29:02 +08:00
Improved logging for _replaceQualityChangesInStack
CURA-3042
This commit is contained in:
parent
16447f7173
commit
e0168aac11
@ -872,7 +872,8 @@ class MachineManager(QObject):
|
|||||||
if old_container:
|
if old_container:
|
||||||
old_container.nameChanged.disconnect(self._onQualityNameChanged)
|
old_container.nameChanged.disconnect(self._onQualityNameChanged)
|
||||||
else:
|
else:
|
||||||
Logger.log("w", "Could not find old "+ container.getMetaDataEntry("type") + " while changing active " + container.getMetaDataEntry("type") + ".")
|
Logger.log("e", "Could not find container of type %s in stack %s while replacing quality (changes) with container %s", container.getMetaDataEntry("type"), stack.getId(), container.getId())
|
||||||
|
return
|
||||||
|
|
||||||
# Swap in the new container into the stack.
|
# Swap in the new container into the stack.
|
||||||
stack.replaceContainer(stack.getContainerIndex(old_container), container, postpone_emit = postpone_emit)
|
stack.replaceContainer(stack.getContainerIndex(old_container), container, postpone_emit = postpone_emit)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user