Swallow exception on disconnect.

This commit is contained in:
Johannes Mockenhaupt 2018-01-04 21:20:12 +01:00
parent 9457fb61e5
commit d47b2f8b4b
No known key found for this signature in database
GPG key ID: 9E1EA6AF7BBBB0D1

View file

@ -203,6 +203,8 @@ public class RuffyScripter implements RuffyCommands {
ruffyService.doRTDisconnect();
} catch (RemoteException e) {
// ignore
} catch (Exception e) {
log.warn("Disconnect not happy", e);
}
}