mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 18:59:10 +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:
|
||||
self._process.terminate()
|
||||
self._process = None
|
||||
except: # terminating a process that is already terminating causes an exception, silently ignore this.
|
||||
pass
|
||||
except Exception as e: # terminating a process that is already terminating causes an exception, silently ignore this.
|
||||
Logger.log("d", "Exception occured while trying to kill the engine %s", str(e))
|
||||
Logger.log("d", "Engine process is killed")
|
||||
|
||||
def _onStartSliceCompleted(self, job):
|
||||
|
Loading…
x
Reference in New Issue
Block a user