Log who requested the disconnect.

This commit is contained in:
Johannes Mockenhaupt 2017-12-13 14:18:23 +01:00
parent 67eb6b20ed
commit 27922a045e
No known key found for this signature in database
GPG key ID: 9E1EA6AF7BBBB0D1

View file

@ -196,6 +196,7 @@ public class RuffyScripter implements RuffyCommands {
return;
}
try {
log.debug("Disconnecting, requested by ...", new Exception());
ruffyService.doRTDisconnect();
} catch (RemoteException e) {
// ignore