Use right type for logging

CURA-1263
This commit is contained in:
Jaime van Kessel 2016-12-08 10:58:17 +01:00
parent 96f82c1d73
commit bc8a9c30cf

View file

@ -349,7 +349,7 @@ class ThreeMFWorkspaceReader(WorkspaceReader):
global_stack = stack
Job.yieldThread()
except:
Logger.log("W", "We failed to serialize the stack. Trying to clean up.")
Logger.log("w", "We failed to serialize the stack. Trying to clean up.")
# Something went really wrong. Try to remove any data that we added.
for container in containers_to_add:
self._container_registry.getInstance().removeContainer(container.getId())