Added more logging to engine connection

Should make it easier to debug future issues. CURA-1133
This commit is contained in:
Jaime van Kessel 2016-03-15 12:53:22 +01:00
parent 5c6200a046
commit b863d239b0
2 changed files with 2 additions and 1 deletions

View file

@ -163,6 +163,7 @@ class CuraEngineBackend(Backend):
self._process = None
except: # terminating a process that is already terminating causes an exception, silently ignore this.
pass
Logger.log("d", "Engine process is killed")
def _onStartSliceCompleted(self, job):
if job.getError() or job.getResult() != True: