Added logging to indicate reload all failed

CURA-1622
This commit is contained in:
Jaime van Kessel 2016-07-08 15:54:39 +02:00
parent d2ad1ad153
commit 1d2f7b3c36

View file

@ -695,15 +695,14 @@ class CuraApplication(QtApplication):
return
for node in nodes:
if not node.getMeshData():
continue
file_name = node.getMeshData().getFileName()
if file_name:
job = ReadMeshJob(file_name)
job._node = node
job.finished.connect(self._reloadMeshFinished)
job.start()
else:
Logger.log("w", "Unable to reload data because we don't have a filename.")
## Get logging data of the backend engine
# \returns \type{string} Logging data