Log who requested the disconnect.
This commit is contained in:
parent
67eb6b20ed
commit
27922a045e
1 changed files with 1 additions and 0 deletions
|
@ -196,6 +196,7 @@ public class RuffyScripter implements RuffyCommands {
|
|||
return;
|
||||
}
|
||||
try {
|
||||
log.debug("Disconnecting, requested by ...", new Exception());
|
||||
ruffyService.doRTDisconnect();
|
||||
} catch (RemoteException e) {
|
||||
// ignore
|
||||
|
|
Loading…
Reference in a new issue