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;
|
return;
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
|
log.debug("Disconnecting, requested by ...", new Exception());
|
||||||
ruffyService.doRTDisconnect();
|
ruffyService.doRTDisconnect();
|
||||||
} catch (RemoteException e) {
|
} catch (RemoteException e) {
|
||||||
// ignore
|
// ignore
|
||||||
|
|
Loading…
Reference in a new issue