mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
Added even more logging
CURA-1133
This commit is contained in:
parent
235f324d56
commit
3ecd746f21
1 changed files with 2 additions and 2 deletions
|
@ -162,8 +162,8 @@ class CuraEngineBackend(Backend):
|
||||||
try:
|
try:
|
||||||
self._process.terminate()
|
self._process.terminate()
|
||||||
self._process = None
|
self._process = None
|
||||||
except: # terminating a process that is already terminating causes an exception, silently ignore this.
|
except Exception as e: # terminating a process that is already terminating causes an exception, silently ignore this.
|
||||||
pass
|
Logger.log("d", "Exception occured while trying to kill the engine %s", str(e))
|
||||||
Logger.log("d", "Engine process is killed")
|
Logger.log("d", "Engine process is killed")
|
||||||
|
|
||||||
def _onStartSliceCompleted(self, job):
|
def _onStartSliceCompleted(self, job):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue