Decreased severity of logging of socket error

CURA-2809
This commit is contained in:
Jaime van Kessel 2016-11-03 15:04:09 +01:00
parent ab06d692d7
commit d2ead852dd

View file

@ -296,7 +296,7 @@ class CuraEngineBackend(Backend):
self._terminate() self._terminate()
if error.getErrorCode() not in [Arcus.ErrorCode.BindFailedError, Arcus.ErrorCode.ConnectionResetError, Arcus.ErrorCode.Debug]: if error.getErrorCode() not in [Arcus.ErrorCode.BindFailedError, Arcus.ErrorCode.ConnectionResetError, Arcus.ErrorCode.Debug]:
Logger.log("e", "A socket error caused the connection to be reset") Logger.log("w", "A socket error caused the connection to be reset")
## A setting has changed, so check if we must reslice. ## A setting has changed, so check if we must reslice.
# #