mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 04:59:00 +08:00
Added even more logging
CURA-1133
This commit is contained in:
parent
235f324d56
commit
3ecd746f21
@ -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…
x
Reference in New Issue
Block a user